Implementing coverArt

This commit is contained in:
Deluan
2016-03-03 10:34:17 -05:00
parent 80880434aa
commit 1b945831cc
9 changed files with 40 additions and 8 deletions
+1
View File
@@ -12,6 +12,7 @@ type MediaFile struct {
Artist string
AlbumArtist string
AlbumId string `parent:"album"`
HasCoverArt bool
TrackNumber int
DiscNumber int
Year int