add discnumber

This commit is contained in:
sentriz
2019-06-07 13:59:20 +01:00
parent d863e2eb62
commit c96fdf458f
6 changed files with 11 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ func newTCTrackByFolder(t *model.Track, parent *model.Album) *subsonic.TrackChil
Artist: t.TagTrackArtist,
Title: t.TagTitle,
TrackNumber: t.TagTrackNumber,
DiscNumber: t.TagDiscNumber,
Path: path.Join(
parent.LeftPath,
parent.RightPath,