mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Silly style cleanup.
This commit is contained in:
parent
7abd653b31
commit
848721902c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user