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

@@ -45,9 +45,12 @@ type CobaltTunnelResponse = {
export const CobaltFileMetadataKeys = [
'album',
'composer',
'genre',
'copyright',
'title',
'artist',
'album_artist',
'track',
'date'
];