From 8ef1d4cae2ddf8396f650046fa2d77d9041f8696 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 28 Jan 2016 14:33:04 +0000 Subject: [PATCH] Bump spotify lib & blob version. --- cmake/SpotifyVersion.cmake | 2 +- src/internet/spotify/spotifyblobdownloader.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/SpotifyVersion.cmake b/cmake/SpotifyVersion.cmake index d25c7c2f6..17ba9e7bf 100644 --- a/cmake/SpotifyVersion.cmake +++ b/cmake/SpotifyVersion.cmake @@ -1,3 +1,3 @@ # Increment this whenever the user needs to download a new blob # Remember to upload and sign the new version of the blob. -set(SPOTIFY_BLOB_VERSION 15) +set(SPOTIFY_BLOB_VERSION 16) diff --git a/src/internet/spotify/spotifyblobdownloader.cpp b/src/internet/spotify/spotifyblobdownloader.cpp index 4144d375c..e34577f5d 100644 --- a/src/internet/spotify/spotifyblobdownloader.cpp +++ b/src/internet/spotify/spotifyblobdownloader.cpp @@ -82,8 +82,8 @@ void SpotifyBlobDownloader::Start() { const QStringList filenames = QStringList() << "blob" << "blob" + QString(kSignatureSuffix) - << "libspotify.so.12.1.45" - << "libspotify.so.12.1.45" + QString(kSignatureSuffix); + << "libspotify.so.12.1.51" + << "libspotify.so.12.1.51" + QString(kSignatureSuffix); for (const QString& filename : filenames) { const QUrl url(SpotifyService::kBlobDownloadUrl + version_ + "/" +