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 = {}