fix typo. Fixes #628

This commit is contained in:
Clinton Hall 2014-12-01 11:12:21 +10:30
parent 0c4003a8b1
commit 55cd83d4ec

View file

@ -420,7 +420,7 @@ def buildCommands(file, newDir, movieName, bitbucket):
if nzbtomedia.BURN and not burnt and os.path.isfile(inputFile):
subloc = 0
for index in range(len(subStreams)):
if sunStreams[index]["index"] == sub["index"]:
if subStreams[index]["index"] == sub["index"]:
subloc = index
break
video_cmd.extend(['-vf', 'subtitles=' + inputFile + ":si=" + subloc])