1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Silly style cleanup.

This commit is contained in:
Christian Muehlhaeuser
2012-06-14 21:45:08 +02:00
parent 7abd653b31
commit 848721902c

View File

@@ -385,7 +385,7 @@ GlobalActionManager::handlePlaylistCommand( const QUrl& url )
tDebug() << "No xspf or jspf to load...";
return false;
}
if ( url.hasQueryItem( "xspf") )
if ( url.hasQueryItem( "xspf" ) )
{
QUrl xspf = QUrl::fromUserInput( url.queryItemValue( "xspf" ) );
QString title = url.hasQueryItem( "title" ) ? url.queryItemValue( "title" ) : QString();