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…
Reference in New Issue