fixed incorrect enable torznab reference on configuration page

This commit is contained in:
evilhero 2020-02-28 16:46:42 -05:00
parent 70d8944c80
commit de60a31fd7
No known key found for this signature in database
GPG Key ID: 3E12C51E39D91142
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""