diff --git a/couchpotato/core/plugins/subtitle/main.py b/couchpotato/core/plugins/subtitle/main.py index fc0a390..cde1b92 100644 --- a/couchpotato/core/plugins/subtitle/main.py +++ b/couchpotato/core/plugins/subtitle/main.py @@ -14,7 +14,7 @@ log = CPLog(__name__) class Subtitle(Plugin): - services = ['opensubtitles', 'thesubdb', 'subswiki'] + services = ['opensubtitles', 'thesubdb', 'subswiki', 'podnapisi'] def __init__(self): addEvent('renamer.before', self.searchSingle)