mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 21:23: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', 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