Get proper sized album art for Jamendo songs

This commit is contained in:
David Sansome 2010-11-25 21:20:18 +00:00
parent 9483f9b930
commit e36cbcb50c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const char* JamendoService::kMp3StreamUrl =
const char* JamendoService::kOggStreamUrl =
"http://api.jamendo.com/get2/stream/track/redirect/?id=%1&streamencoding=ogg2";
const char* JamendoService::kAlbumCoverUrl =
"http://api.jamendo.com/get2/image/album/redirect/?id=%1&imagesize={100-600}";
"http://api.jamendo.com/get2/image/album/redirect/?id=%1&imagesize=260";
const char* JamendoService::kSongsTable = "jamendo_songs";
const char* JamendoService::kFtsTable = "jamendo_songs_fts";