From 80a59ad4be97831c356a1f8c1d13511105e61820 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 31 Jan 2014 20:36:04 +0000 Subject: [PATCH] Fix now (not) playing JSON --- src/libtomahawk-playdarapi/Api_v1_5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk-playdarapi/Api_v1_5.cpp b/src/libtomahawk-playdarapi/Api_v1_5.cpp index 87d48c900..f8887cc6f 100644 --- a/src/libtomahawk-playdarapi/Api_v1_5.cpp +++ b/src/libtomahawk-playdarapi/Api_v1_5.cpp @@ -89,7 +89,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command ) if ( currentTrack.isNull() ) { - json = "{ playing: false }"; + json = "{ \"playing\": false }"; } else {