Fix join clean up.

This commit is contained in:
JackDandy 2016-09-13 16:59:41 +01:00
parent d9f55d168c
commit 5cc26a6ddd
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -618,8 +618,7 @@ class ProcessTVShow(object):
return is_renamed
@staticmethod
def join(directory):
def join(self, directory):
result = False
chunks = {}