From 59e6d68416a1fb29989a9c6b95f4930d906a8ac4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 16 Nov 2013 14:39:51 +0100 Subject: [PATCH] Use correct config name for bithdtv --- couchpotato/core/providers/torrent/bithdtv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/bithdtv/__init__.py b/couchpotato/core/providers/torrent/bithdtv/__init__.py index 2c7af03..8c6f97a 100644 --- a/couchpotato/core/providers/torrent/bithdtv/__init__.py +++ b/couchpotato/core/providers/torrent/bithdtv/__init__.py @@ -4,7 +4,7 @@ def start(): return BiTHDTV() config = [{ - 'name': 'BiT-HDTV', + 'name': 'bithdtv', 'groups': [ { 'tab': 'searcher',