mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
Fix now (not) playing JSON
This commit is contained in:
parent
36206e8006
commit
80a59ad4be
@ -89,7 +89,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
|
||||
|
||||
if ( currentTrack.isNull() )
|
||||
{
|
||||
json = "{ playing: false }";
|
||||
json = "{ \"playing\": false }";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user