Merge pull request #768 from JackDandy/feature/FixJoin

Fix join clean up.
This commit is contained in:
JackDandy 2016-09-13 17:06:07 +01:00 committed by GitHub
commit 52f405c45a
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 = {}