Fixed (?) Artist x AlbumArtist

This commit is contained in:
Deluan
2016-03-03 00:25:26 -05:00
parent 7d5cafb17a
commit 1aeb22dcb7
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ type Album struct {
Name string
ArtistId string `parent:"artist"`
CoverArtPath string // TODO http://stackoverflow.com/questions/13795842/linking-itunes-itc2-files-and-ituneslibrary-xml
Artist string
AlbumArtist string
Year int
Compilation bool
Rating int