Closed martey closed 8 years ago
Attempt to fix the wrong album being scrobbled by defaulting to currentTrack.album instead of the data returned from track.getInfo.
currentTrack.album
track.getInfo
This should fix #26, although it does not retrieve album art if needed.
Attempt to fix the wrong album being scrobbled by defaulting to
currentTrack.album
instead of the data returned fromtrack.getInfo
.This should fix #26, although it does not retrieve album art if needed.