From 8bfad087e1a2317b83f938d491f255d109603d14 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 14 Oct 2012 20:17:13 +0200 Subject: [PATCH] Add podnapisi to subtitle providers --- couchpotato/core/plugins/subtitle/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)