1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-05 21:53:28 +01:00

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

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";