mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Silly style cleanup.
This commit is contained in:
@@ -385,7 +385,7 @@ GlobalActionManager::handlePlaylistCommand( const QUrl& url )
|
|||||||
tDebug() << "No xspf or jspf to load...";
|
tDebug() << "No xspf or jspf to load...";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ( url.hasQueryItem( "xspf") )
|
if ( url.hasQueryItem( "xspf" ) )
|
||||||
{
|
{
|
||||||
QUrl xspf = QUrl::fromUserInput( url.queryItemValue( "xspf" ) );
|
QUrl xspf = QUrl::fromUserInput( url.queryItemValue( "xspf" ) );
|
||||||
QString title = url.hasQueryItem( "title" ) ? url.queryItemValue( "title" ) : QString();
|
QString title = url.hasQueryItem( "title" ) ? url.queryItemValue( "title" ) : QString();
|
||||||
|
Reference in New Issue
Block a user