try fix language set

This commit is contained in:
2024-07-31 00:47:57 +08:00
parent 0c68e785a9
commit 3c80be02b3

View File

@@ -296,6 +296,7 @@ async function addSongs(songsShoudAdd: SongsInfo[], from: SongFrom) {
Description: s.description,
Cover: s.cover,
Tags: s.tags,
Language: s.language,
})),
)
}