mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-26 22:56:51 +01:00
Add missing comma (again)
oops
This commit is contained in:
parent
45d1f2bb6c
commit
4b5be635b1
@ -664,7 +664,7 @@ def run(self, info):
|
||||
'-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