From 78805ac46519cc19fef1b040a7af5e24c3c2af97 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 1 Mar 2016 18:59:12 -0500 Subject: [PATCH] Adding info for retrieving artwork from iTunes library --- models/album.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/album.go b/models/album.go index 08f24703c..363695240 100644 --- a/models/album.go +++ b/models/album.go @@ -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