aboutsummaryrefslogtreecommitdiffstats
path: root/apiv1.go
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-18 18:18:36 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-18 18:18:36 -0400
commitff81576e21f5b89cbf47856c520df3e5e0c9adbe (patch)
treee8ba2da8eaec54a203461a0db8e05a3a3e698a11 /apiv1.go
parent858de1edf50cc1128f6b621a5413b2975ca446eb (diff)
downloadlastfm-api-ff81576e21f5b89cbf47856c520df3e5e0c9adbe.tar.gz
Import listens from lastfm
Diffstat (limited to 'apiv1.go')
-rw-r--r--apiv1.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/apiv1.go b/apiv1.go
index 4cf8941..c209f53 100644
--- a/apiv1.go
+++ b/apiv1.go
@@ -219,6 +219,7 @@ func (app *App) GetScrobbleSong(s *Scrobble) {
TrackNumber: s.TrackNumber,
Duration: s.Duration * 1000,
Mbid: s.Mbid,
+ Image: s.Image,
}
app.GetSong(&song)
s.SongId = song.Id