mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix now (not) playing JSON
This commit is contained in:
@@ -89,7 +89,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
|
||||
|
||||
if ( currentTrack.isNull() )
|
||||
{
|
||||
json = "{ playing: false }";
|
||||
json = "{ \"playing\": false }";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user