Private GIT

Skip to content
Snippets Groups Projects
Commit 1b054400 authored by Luca's avatar Luca
Browse files

Config Provider Warning symbol for DTT not working

parent e01d3330
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#; ...@@ -77,6 +77,7 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
$curProvider.name $curProvider.name
#if not $curProvider.supportsBacklog then "*" else ""# #if not $curProvider.supportsBacklog then "*" else ""#
#if $curProvider.name == "EZRSS" or $curProvider.name == "DailyTvTorrents" then "**" else ""# #if $curProvider.name == "EZRSS" or $curProvider.name == "DailyTvTorrents" then "**" else ""#
#if $curProvider.name == "DailyTvTorrents" then "!" else ""
<span class="ui-icon ui-icon-arrowthick-2-n-s pull-right"></span> <span class="ui-icon ui-icon-arrowthick-2-n-s pull-right"></span>
</li> </li>
#end for #end for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment