1
0
Fork 0
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:
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

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