mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-11 09:24:50 +01:00
Only set lastfm to https for liblastfm1
This commit is contained in:
parent
be471e1792
commit
1cc889fbfc
@ -83,7 +83,9 @@ LastFMService::LastFMService(Application* app, QObject* parent)
|
||||
scrobbling_enabled_(false),
|
||||
connection_problems_(false),
|
||||
app_(app) {
|
||||
#ifdef HAVE_LIBLASTFM1
|
||||
lastfm::ws::setScheme(lastfm::ws::Https);
|
||||
#endif
|
||||
|
||||
ReloadSettings();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user