mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 07:42:24 +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']:
|
%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"
|
torznab_enabled = "checked"
|
||||||
else:
|
else:
|
||||||
torznab_enabled = ""
|
torznab_enabled = ""
|
||||||
|
|
Loading…
Reference in a new issue