1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Fix next command spelling

This commit is contained in:
Uwe L. Korn
2013-06-23 01:18:09 +02:00
parent 571f5c7e7d
commit 65e51944c2

View File

@@ -51,7 +51,7 @@ Api_v2_0::playback( QxtWebRequestEvent* event, const QString& command )
{ {
return; return;
} }
if ( command == "next ") if ( command == "next")
{ {
JSON_REPLY( QMetaObject::invokeMethod( AudioEngine::instance(), "next", Qt::QueuedConnection ) , "Skipping to the next track failed." ); JSON_REPLY( QMetaObject::invokeMethod( AudioEngine::instance(), "next", Qt::QueuedConnection ) , "Skipping to the next track failed." );
} }