mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 00:32:47 +00:00
FIX: NZBGet port would always revert to None (Thnx ministoat)
This commit is contained in:
parent
ddbd29d841
commit
9c6a750196
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue