1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Fix now (not) playing JSON

This commit is contained in:
Uwe L. Korn
2014-01-31 20:36:04 +00:00
parent 36206e8006
commit 80a59ad4be

View File

@@ -89,7 +89,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
if ( currentTrack.isNull() ) if ( currentTrack.isNull() )
{ {
json = "{ playing: false }"; json = "{ \"playing\": false }";
} }
else else
{ {