mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 21:21:12 -07:00
fix typo. Fixes #628
This commit is contained in:
parent
0c4003a8b1
commit
55cd83d4ec
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue