mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 13:13:06 +00:00
Add missing comma (again)
oops
This commit is contained in:
parent
45d1f2bb6c
commit
4b5be635b1
@ -664,7 +664,7 @@ class FFmpegEmbedSubtitlePP(FFmpegPostProcessor):
|
||||
'-map', '-0:s',
|
||||
|
||||
'-map', f'{i + 1}:0',
|
||||
f'-metadata:s:s:{i}', f'language={lang_code}'
|
||||
f'-metadata:s:s:{i}', f'language={lang_code}',
|
||||
])
|
||||
|
||||
if name:
|
||||
|
Loading…
Reference in New Issue
Block a user