From 9ae8247fff6973e7f5633de935be1ffa31c9b8fc Mon Sep 17 00:00:00 2001 From: Luca <l.dimarino@gmail.com> Date: Wed, 15 May 2013 13:51:52 +0200 Subject: [PATCH] Fix on PostProcessor subtitle last_search --- sickbeard/postProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/postProcessor.py b/sickbeard/postProcessor.py index b9c48f8e3..95ddc3b87 100644 --- a/sickbeard/postProcessor.py +++ b/sickbeard/postProcessor.py @@ -840,7 +840,7 @@ class PostProcessor(object): cur_ep.subtitles_searchcount = 0 - subtitles_lastsearch = '0001-01-01 00:00:00' + cur_ep.subtitles_lastsearch = '0001-01-01 00:00:00' cur_ep.is_proper = self.is_proper -- GitLab