Import and display disc subtitles

This commit is contained in:
Deluan 2020-05-12 11:17:22 -04:00 committed by Deluan Quintão
parent 7f75994906
commit 0d9361734f
7 changed files with 42 additions and 6 deletions

View file

@ -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"`