Add discsubtitle for navidrome (#217)

This commit is contained in:
jeffvli 2023-09-22 15:12:23 -07:00
parent 8b0fe69e1c
commit 45b80ac395
6 changed files with 20 additions and 1 deletions

View file

@ -88,6 +88,7 @@ const normalizeSong = (
container: item.suffix,
createdAt: item.createdAt.split('T')[0],
discNumber: item.discNumber,
discSubtitle: item.discSubtitle ? item.discSubtitle : null,
duration: item.duration * 1000,
gain:
item.rgAlbumGain || item.rgTrackGain