Initial support for song browsing from UI

This commit is contained in:
Deluan 2020-01-22 10:19:13 -05:00
parent fdf1ceeade
commit 9557f7ceed
17 changed files with 158 additions and 28 deletions

View file

@ -18,7 +18,7 @@ type MediaFile struct {
TrackNumber int
DiscNumber int
Year int
Size string
Size int
Suffix string
Duration int
BitRate int