mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed post-processing loop issue.
This commit is contained in:
parent
fcd54c93d6
commit
5f0265e769
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ def already_postprocessed(dirName, videofile, force):
|
|||
logger.DEBUG)
|
||||
return True
|
||||
|
||||
else:
|
||||
# This is needed for video whose name differ from dirName
|
||||
if not isinstance(videofile, unicode):
|
||||
videofile = unicode(videofile, 'utf_8')
|
||||
|
|
Loading…
Reference in a new issue