1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-21 23:32:23 +00:00

Merge branch 'development'

This commit is contained in:
evilhero 2020-02-28 16:48:52 -05:00
commit 94dcfd13f6
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 = ""