mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Import and display disc subtitles
This commit is contained in:
parent
7f75994906
commit
0d9361734f
7 changed files with 42 additions and 6 deletions
|
@ -18,6 +18,7 @@ type MediaFile struct {
|
|||
HasCoverArt bool `json:"hasCoverArt"`
|
||||
TrackNumber int `json:"trackNumber"`
|
||||
DiscNumber int `json:"discNumber"`
|
||||
DiscSubtitle string `json:"discSubtitle"`
|
||||
Year int `json:"year"`
|
||||
Size int `json:"size"`
|
||||
Suffix string `json:"suffix"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue