From 9abc7e0105abe0cd635cfa0f8f918f3c33d1981f Mon Sep 17 00:00:00 2001 From: JackDandy Date: Fri, 2 Feb 2018 03:14:31 +0000 Subject: [PATCH] Change DRY the browse_trakt function that was duplicated with slight changes for API. --- .../interfaces/default/config_general.tmpl | 4 +- sickbeard/webserve.py | 88 +++---------------- 2 files changed, 14 insertions(+), 78 deletions(-) diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 20fb0697..6f2db9c2 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -481,8 +481,7 @@ API enable -

permit the use of the SickGear (SickBeard) API

-

Old Sickbeard API calls are limited to shows from thetvdb.com. Use new API LINK for full access

+

permit the use of the SickGear (and Legacy SickBeard) API

@@ -491,6 +490,7 @@