mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add discsubtitle for navidrome (#217)
This commit is contained in:
parent
8b0fe69e1c
commit
45b80ac395
6 changed files with 20 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ const normalizeSong = (
|
|||
container: item.contentType,
|
||||
createdAt: item.created,
|
||||
discNumber: item.discNumber || 1,
|
||||
discSubtitle: null,
|
||||
duration: item.duration ? item.duration * 1000 : 0,
|
||||
gain: null,
|
||||
genres: item.genre
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue