Add Comment column to tracklist
This commit is contained in:
@@ -101,6 +101,7 @@ type Track struct {
|
||||
PlayCount int
|
||||
FilePath string
|
||||
BitRate int
|
||||
Comment string
|
||||
}
|
||||
|
||||
type Playlist struct {
|
||||
|
||||
@@ -360,6 +360,7 @@ func toTrack(ch *subsonic.Child) *mediaprovider.Track {
|
||||
FilePath: ch.Path,
|
||||
Size: ch.Size,
|
||||
BitRate: ch.BitRate,
|
||||
Comment: ch.Comment,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user