mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
api/stream: stfu deepsource
This commit is contained in:
parent
06c348126e
commit
78d0670f50
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const convertMetadataToFFmpeg = (metadata) => {
|
|||
|
||||
for (const [ name, value ] of Object.entries(metadata)) {
|
||||
if (metadataTags.includes(name)) {
|
||||
args.push('-metadata', `${name}=${value.replace(/[\u0000-\u0009]/g, "")}`);
|
||||
args.push('-metadata', `${name}=${value.replace(/[\u0000-\u0009]/g, "")}`); // skipcq: JS-0004
|
||||
} else {
|
||||
throw `${name} metadata tag is not supported.`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue