update amq schema to add some extra fields

This commit is contained in:
2026-02-05 13:54:36 -08:00
parent 9aa896dd06
commit 6b71be428d
4 changed files with 28 additions and 10 deletions

View File

@@ -332,6 +332,9 @@ export async function importAmqData(
name: s.name,
category: s.category,
fileName: s.fileName,
fileName480: s.fileNameMap["480"],
fileName720: s.fileNameMap["720"],
meanVolume: s.meanVolume,
songArtistId: s.songArtistId,
songGroupId: s.songGroupId,
composerArtistId: s.composerArtistId,