mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
fix playlist image urls
This commit is contained in:
@@ -156,7 +156,7 @@ const normalizeSong = (
|
||||
songCount: null,
|
||||
})),
|
||||
id,
|
||||
imageId: item.id,
|
||||
imageId: id,
|
||||
imageUrl: null,
|
||||
lastPlayedAt: normalizePlayDate(item),
|
||||
lyrics: item.lyrics ? item.lyrics : null,
|
||||
|
||||
Reference in New Issue
Block a user