From 819efaf1aa576664d3604c8786741839795ff337 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 1 Feb 2012 21:42:38 +0100 Subject: [PATCH] Don't let it error out --- 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 5a976a0c..45f87dbf 100644 --- a/couchpotato/core/plugins/subtitle/main.py +++ b/couchpotato/core/plugins/subtitle/main.py @@ -10,7 +10,7 @@ log = CPLog(__name__) class Subtitle(Plugin): def __init__(self): - + pass #addEvent('renamer.before', self.searchSingle) def searchLibrary(self):