api/soundcloud: add more metadata fields (#1313)

This commit is contained in:
nexpid
2025-06-08 14:07:38 +02:00
committed by GitHub
parent 19c036494f
commit 170cf293bf
4 changed files with 26 additions and 10 deletions

View File

@@ -17,9 +17,12 @@ const ffmpegArgs = {
const metadataTags = [
"album",
"composer",
"genre",
"copyright",
"title",
"artist",
"album_artist",
"track",
"date",
];