summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-29 16:13:03 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-29 16:13:03 +0100
commit2dcbb6e5867529270e6cae985a8c5c7005a77f9b (patch)
tree26a392f6703cf8d6df2f170e536ef11d8008d0d0
parent282755a27963fb10205af4b5eaf705ffe92f27da (diff)
Compile against latest despotify API changes
-rw-r--r--qtspotifymain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtspotifymain.cpp b/qtspotifymain.cpp
index 7caddc0..cc96de3 100644
--- a/qtspotifymain.cpp
+++ b/qtspotifymain.cpp
@@ -457,7 +457,7 @@ void QtSpotifyMain::endSession()
void QtSpotifyMain::logIn()
{
if (m_session == 0) {
- m_session = despotify_init_client(callback, this);
+ m_session = despotify_init_client(callback, this, true);
if (m_session == 0) {
emit loginFailed();
return;