FIX: NZBGet port would always revert to None (Thnx ministoat)

This commit is contained in:
evilhero 2013-02-21 11:22:34 -05:00
parent ddbd29d841
commit 9c6a750196
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
</div>
<div class="row">
<label>NZBGet Port:</label>
<input type="text" name="mzbget_port" value="${config['nzbget_port']}" size="36">
<input type="text" name="nzbget_port" value="${config['nzbget_port']}" size="36">
</div>
<div class="row">
<label>NZBGet Username:</label>