mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 15:27:02 +01:00
Bump spotify lib & blob version.
(cherry picked from commit 8ef1d4cae2
)
This commit is contained in:
parent
5251801635
commit
d92fe15123
@ -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