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

TWK-323: Really fix rdio links

This commit is contained in:
Leo Franchi 2011-08-24 19:11:54 -04:00
parent 92b612f44f
commit b7db4e0e6b

View File

@ -304,8 +304,9 @@ DropJob::handleTrackUrls( const QString& urls )
tDebug() << "Got a list of rdio urls!" << tracks;
RdioParser* rdio = new RdioParser( this );
connect( rdio, SIGNAL( tracks( QList<Tomahawk::query_ptr> ) ), this, SLOT( onTracksAdded( QList< Tomahawk::query_ptr > ) ) );
rdio->parse( tracks );
m_queryCount++;
rdio->parse( tracks );
} else if ( urls.contains( "bit.ly" ) ||
urls.contains( "j.mp" ) ||
urls.contains( "t.co" ) ||