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:
@@ -195,6 +195,7 @@ const normalizeSong = (
|
||||
size: item.size,
|
||||
tags: null,
|
||||
trackNumber: item.track || 1,
|
||||
trackSubtitle: null,
|
||||
updatedAt: '',
|
||||
userFavorite: Boolean(item.starred) || false,
|
||||
userRating: item.userRating || null,
|
||||
|
||||
Reference in New Issue
Block a user