mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
fix: metadata comment displayed version
This commit is contained in:
@@ -135,7 +135,7 @@ function buildYtDlpArgs({url, audioOnly, quality, outputFolder, isPlaylist}) {
|
|||||||
if (configFeatures.addMetadata) {
|
if (configFeatures.addMetadata) {
|
||||||
args.push(
|
args.push(
|
||||||
"--postprocessor-args",
|
"--postprocessor-args",
|
||||||
`ffmpeg:-metadata comment="Downloaded with Freedom Loader v${config.version}"`
|
`ffmpeg:-metadata comment="Downloaded with Freedom Loader ${config.version}"`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user