mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 23:32:23 +00:00
fixed incorrect enable torznab reference on configuration page
This commit is contained in:
parent
70d8944c80
commit
de60a31fd7
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@
|
|||
%>
|
||||
%for torznab in config['extra_torznabs']:
|
||||
<%
|
||||
if torznab[4] == '1' or torznab[4] == 1:
|
||||
if torznab[5] == '1' or torznab[5] == 1:
|
||||
torznab_enabled = "checked"
|
||||
else:
|
||||
torznab_enabled = ""
|
||||
|
|
Loading…
Reference in a new issue