mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-22 07:54:18 +01:00
Bump spotify lib & blob version.
This commit is contained in:
parent
e269cdc8ee
commit
8ef1d4cae2
@ -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)
|
||||
|
@ -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_ + "/" +
|
||||
|
Loading…
Reference in New Issue
Block a user