1
0
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:
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;
}
if ( command == "next ")
if ( command == "next")
{
JSON_REPLY( QMetaObject::invokeMethod( AudioEngine::instance(), "next", Qt::QueuedConnection ) , "Skipping to the next track failed." );
}