mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
add support for track subtitle display (#1177)
This commit is contained in:
@@ -226,6 +226,7 @@ const normalizeSong = (
|
||||
size: item.size,
|
||||
tags: item.tags || null,
|
||||
trackNumber: item.trackNumber,
|
||||
trackSubtitle: item.tags?.subtitle ? item.tags.subtitle.join(' · ') : null,
|
||||
updatedAt: item.updatedAt,
|
||||
userFavorite: item.starred || false,
|
||||
userRating: item.rating || null,
|
||||
|
||||
Reference in New Issue
Block a user