mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
Fix next command spelling
This commit is contained in:
parent
571f5c7e7d
commit
65e51944c2
@ -51,7 +51,7 @@ Api_v2_0::playback( QxtWebRequestEvent* event, const QString& command )
|
||||
{
|
||||
return;
|
||||
}
|
||||
if ( command == "next ")
|
||||
if ( command == "next")
|
||||
{
|
||||
JSON_REPLY( QMetaObject::invokeMethod( AudioEngine::instance(), "next", Qt::QueuedConnection ) , "Skipping to the next track failed." );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user