Skip to content

Commit

Permalink
Add torrentz to broken providers
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Aug 6, 2016
1 parent 73678cd commit 132978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/slick/views/config_providers.mako
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $('#config-components').tabs();
% for curProvider in sickbeard.providers.sortedProviderList():
<%
## These will show the '!' not saying they are broken
broken_providers = {'btdigg','kickasstorrents'}
broken_providers = {'btdigg','kickasstorrents', 'torrentz'}
if curProvider.provider_type == GenericProvider.NZB and not sickbeard.USE_NZBS:
continue
elif curProvider.provider_type == GenericProvider.TORRENT and not sickbeard.USE_TORRENTS:
Expand Down

0 comments on commit 132978c

Please sign in to comment.