1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00

Fixed post-processing loop issue.

This commit is contained in:
echel0n 2014-06-24 00:06:39 -07:00
parent fcd54c93d6
commit 5f0265e769

View File

@ -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')