mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 19:08:02 -05:00
Fixed post-processing loop issue.
This commit is contained in:
parent
fcd54c93d6
commit
5f0265e769
@ -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 New Issue
Block a user