Adding info for retrieving artwork from iTunes library
This commit is contained in:
parent
5b65f85578
commit
78805ac465
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ type Album struct {
|
|||
Id string
|
||||
Name string
|
||||
ArtistId string `parent:"artist"`
|
||||
CoverArtPath string
|
||||
CoverArtPath string // TODO http://stackoverflow.com/questions/13795842/linking-itunes-itc2-files-and-ituneslibrary-xml
|
||||
Year int
|
||||
Compilation bool
|
||||
Rating int
|
||||
|
|
|
|||
Loading…
Reference in a new issue