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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user