Remove podnapisi from subtile list

This commit is contained in:
Ruud
2015-02-22 16:09:22 +01:00
parent 0d6c3c8ecb
commit 0f82cda811

View File

@@ -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)