From 5cc26a6ddd07e7b269e03da8823c926bfbbdae32 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Tue, 13 Sep 2016 16:59:41 +0100 Subject: [PATCH] Fix join clean up. --- CHANGES.md | 1 + sickbeard/processTV.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 88052f1e..c0ae47f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -140,6 +140,7 @@ * Fix data logger for clients * Change handle when a torrent provider goes down and its urls are cleared * Add handler for when rar files can not be opened during post processing +* Fix join clean up ### 0.11.14 (2016-07-25 03:10:00 UTC) diff --git a/sickbeard/processTV.py b/sickbeard/processTV.py index 8fbe18bb..c692caa2 100644 --- a/sickbeard/processTV.py +++ b/sickbeard/processTV.py @@ -618,8 +618,7 @@ class ProcessTVShow(object): return is_renamed - @staticmethod - def join(directory): + def join(self, directory): result = False chunks = {}