mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-15 05:33:05 +00:00
Add missing trailing comma
This commit is contained in:
parent
780bfd044f
commit
aaa25eb508
@ -674,7 +674,7 @@ class FFmpegEmbedSubtitlePP(FFmpegPostProcessor):
|
|||||||
'-map', '-0:s',
|
'-map', '-0:s',
|
||||||
|
|
||||||
'-map', f'{i + 1}:0',
|
'-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:
|
if name:
|
||||||
|
Loading…
Reference in New Issue
Block a user