From 671008635b27f18670b85e174be9cc74b0f05800 Mon Sep 17 00:00:00 2001
From: miigotu <miigotu@gmail.com>
Date: Thu, 3 Dec 2015 02:45:59 -0800
Subject: [PATCH] This got mixed with the hotfix

---
 gui/slick/views/addShows.mako | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/slick/views/addShows.mako b/gui/slick/views/addShows.mako
index bdca165e0..8a71497e4 100644
--- a/gui/slick/views/addShows.mako
+++ b/gui/slick/views/addShows.mako
@@ -19,7 +19,7 @@
             <p>For shows that you haven't downloaded yet, this option finds a show on theTVDB.com, creates a directory for it's episodes, and adds it to SickRage.</p>
         </div>
     </a>
-
+% if sickbeard.USE_TRAKT is True:
     <br><br>
     <a href="${srRoot}/addShows/trendingShows/" id="btnNewShow" class="btn btn-large">
         <div class="button"><div class="icon-addtrendingshow"></div></div>
@@ -38,7 +38,7 @@
             <p>For shows that you haven't downloaded yet, this option recommends shows to add based on your Trakt.tv show library, creates a directory for its episodes, and adds it to SickRage.</p>
         </div>
     </a>
-
+% endif
     <br><br>
 
     <a href="${srRoot}/addShows/popularShows/" id="btnNewShow" class="btn btn-large">
-- 
GitLab