mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Bump version of libspotify to download.
This commit is contained in:
parent
7d8a07e8de
commit
5eedc1b548
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user