fix: metadata comment displayed version

This commit is contained in:
MasterAcnolo
2026-08-19 17:31:36 +02:00
parent 3c649173a2
commit 2c84ac7a70

View File

@@ -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}"`
); );
} }