mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Do not pass this as bool parameter
This commit is contained in:
parent
bac9df759a
commit
991483c589
@ -768,7 +768,7 @@ TomahawkApp::loadUrl( const QString& url )
|
||||
QFileInfo info( f );
|
||||
if ( info.suffix().toLower() == "xspf" )
|
||||
{
|
||||
XSPFLoader* l = new XSPFLoader( true, this );
|
||||
XSPFLoader* l = new XSPFLoader( true, true, this );
|
||||
tDebug( LOGINFO ) << "Loading spiff:" << url;
|
||||
l->load( QUrl::fromUserInput( url ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user