Private GIT

Skip to content
Snippets Groups Projects
Commit ee03e371 authored by Fernando's avatar Fernando
Browse files

Merge pull request #1836 from fernandog/trending_fix

Enable trending shows only if Trakt is enabled
parents 8d414204 d278ccb8
Branches
Tags
No related merge requests found
......@@ -29,6 +29,7 @@
</a>
<br/><br/>
#if $sickbeard.USE_TRAKT == True:
<a href="$sbRoot/home/addShows/trendingShows/" id="btnNewShow" class="btn btn-large">
<div class="button"><div class="icon-addtrendingshow"></div></div>
<div class="buttontext">
......@@ -38,7 +39,7 @@
</a>
<br/><br/>
#if $sickbeard.USE_TRAKT == True:
<a href="$sbRoot/home/addShows/recommendedShows/" id="btnNewShow" class="btn btn-large">
<div class="button"><div class="icon-addrecommendedshow"></div></div>
<div class="buttontext">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment