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:
parent
fcd54c93d6
commit
5f0265e769
@ -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 New Issue
Block a user