1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-22 15:58:45 +01:00

Bump spotify lib & blob version.

This commit is contained in:
John Maguire 2016-01-28 14:33:04 +00:00
parent e269cdc8ee
commit 8ef1d4cae2
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Increment this whenever the user needs to download a new blob # Increment this whenever the user needs to download a new blob
# Remember to upload and sign the new version of the blob. # Remember to upload and sign the new version of the blob.
set(SPOTIFY_BLOB_VERSION 15) set(SPOTIFY_BLOB_VERSION 16)

View File

@ -82,8 +82,8 @@ void SpotifyBlobDownloader::Start() {
const QStringList filenames = const QStringList filenames =
QStringList() << "blob" QStringList() << "blob"
<< "blob" + QString(kSignatureSuffix) << "blob" + QString(kSignatureSuffix)
<< "libspotify.so.12.1.45" << "libspotify.so.12.1.51"
<< "libspotify.so.12.1.45" + QString(kSignatureSuffix); << "libspotify.so.12.1.51" + QString(kSignatureSuffix);
for (const QString& filename : filenames) { for (const QString& filename : filenames) {
const QUrl url(SpotifyService::kBlobDownloadUrl + version_ + "/" + const QUrl url(SpotifyService::kBlobDownloadUrl + version_ + "/" +