From 65e51944c2140661c7f2c402e54220cd3da323a9 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 23 Jun 2013 01:18:09 +0200 Subject: [PATCH] Fix next command spelling --- src/tomahawk/web/Api_v2_0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/web/Api_v2_0.cpp b/src/tomahawk/web/Api_v2_0.cpp index dd7812473..8d863313c 100644 --- a/src/tomahawk/web/Api_v2_0.cpp +++ b/src/tomahawk/web/Api_v2_0.cpp @@ -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." ); }