mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
Fix join clean up.
This commit is contained in:
parent
d9f55d168c
commit
5cc26a6ddd
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -618,8 +618,7 @@ class ProcessTVShow(object):
|
|||
|
||||
return is_renamed
|
||||
|
||||
@staticmethod
|
||||
def join(directory):
|
||||
def join(self, directory):
|
||||
|
||||
result = False
|
||||
chunks = {}
|
||||
|
|
Loading…
Reference in a new issue