mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Prefer 320kbps spotify streams.
This commit is contained in:
parent
21d01c484e
commit
b6ee23dc43
@ -212,6 +212,8 @@ void SpotifyClient::Login(const QString& username, const QString& password) {
|
||||
return;
|
||||
}
|
||||
|
||||
sp_session_preferred_bitrate(session_, SP_BITRATE_320k);
|
||||
sp_session_preferred_offline_bitrate(session_, SP_BITRATE_320k, false);
|
||||
sp_session_login(session_, username.toUtf8().constData(), password.toUtf8().constData());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user