Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
fixed incorrect enable torznab reference on configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
evilhero committed Feb 28, 2020
1 parent 70d8944 commit de60a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/interfaces/default/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ <h1 class="clearfix"><img src="interfaces/default/images/icon_gear.png" alt="set
%>
%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 = ""
Expand Down

0 comments on commit de60a31

Please sign in to comment.