mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +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)
|
logger.DEBUG)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
else:
|
||||||
# This is needed for video whose name differ from dirName
|
# This is needed for video whose name differ from dirName
|
||||||
if not isinstance(videofile, unicode):
|
if not isinstance(videofile, unicode):
|
||||||
videofile = unicode(videofile, 'utf_8')
|
videofile = unicode(videofile, 'utf_8')
|
||||||
|
|
Loading…
Reference in a new issue