1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

fix rdio track loading

This commit is contained in:
Leo Franchi 2011-11-16 22:35:02 -05:00
parent 9f009f5979
commit 3bf6682fce

View File

@ -470,10 +470,10 @@ DropJob::handleRdioUrls( const QString& urlsRaw )
RdioParser* rdio = new RdioParser( this );
connect( rdio, SIGNAL( tracks( QList<Tomahawk::query_ptr> ) ), this, SLOT( onTracksAdded( QList< Tomahawk::query_ptr > ) ) );
m_queryCount++;
rdio->setCreatePlaylist( dropAction() == Create );
rdio->parse( urls );
m_queryCount++;
}