diff --git a/couchpotato/core/plugins/subtitle.py b/couchpotato/core/plugins/subtitle.py index 1766088e..e8baef0d 100644 --- a/couchpotato/core/plugins/subtitle.py +++ b/couchpotato/core/plugins/subtitle.py @@ -16,7 +16,7 @@ autoload = 'Subtitle' class Subtitle(Plugin): - services = ['opensubtitles', 'thesubdb', 'subswiki', 'podnapisi', 'subscenter'] + services = ['opensubtitles', 'thesubdb', 'subswiki', 'subscenter'] def __init__(self): addEvent('renamer.before', self.searchSingle)