mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Fix next command spelling
This commit is contained in:
@@ -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." );
|
||||
}
|
||||
|
Reference in New Issue
Block a user