Bump version of libspotify to download.

This commit is contained in:
John Maguire 2011-05-25 14:56:03 +00:00
parent 7d8a07e8de
commit 5eedc1b548
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void SpotifyBlobDownloader::Start() {
qDeleteAll(replies_);
replies_.clear();
const QStringList filenames = QStringList() << "blob" << "libspotify.so.7";
const QStringList filenames = QStringList() << "blob" << "libspotify.so.8";
foreach (const QString& filename, filenames) {
const QUrl url(SpotifyService::kBlobDownloadUrl + version_ + "/" + filename);