mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
fix rdio track loading
This commit is contained in:
@@ -470,10 +470,10 @@ DropJob::handleRdioUrls( const QString& urlsRaw )
|
|||||||
RdioParser* rdio = new RdioParser( this );
|
RdioParser* rdio = new RdioParser( this );
|
||||||
connect( rdio, SIGNAL( tracks( QList<Tomahawk::query_ptr> ) ), this, SLOT( onTracksAdded( QList< Tomahawk::query_ptr > ) ) );
|
connect( rdio, SIGNAL( tracks( QList<Tomahawk::query_ptr> ) ), this, SLOT( onTracksAdded( QList< Tomahawk::query_ptr > ) ) );
|
||||||
|
|
||||||
|
m_queryCount++;
|
||||||
rdio->setCreatePlaylist( dropAction() == Create );
|
rdio->setCreatePlaylist( dropAction() == Create );
|
||||||
rdio->parse( urls );
|
rdio->parse( urls );
|
||||||
|
|
||||||
m_queryCount++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user