mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
TWK-323: Really fix rdio links
This commit is contained in:
@@ -304,8 +304,9 @@ DropJob::handleTrackUrls( const QString& urls )
|
|||||||
tDebug() << "Got a list of rdio urls!" << tracks;
|
tDebug() << "Got a list of rdio urls!" << tracks;
|
||||||
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 > ) ) );
|
||||||
rdio->parse( tracks );
|
|
||||||
m_queryCount++;
|
m_queryCount++;
|
||||||
|
|
||||||
|
rdio->parse( tracks );
|
||||||
} else if ( urls.contains( "bit.ly" ) ||
|
} else if ( urls.contains( "bit.ly" ) ||
|
||||||
urls.contains( "j.mp" ) ||
|
urls.contains( "j.mp" ) ||
|
||||||
urls.contains( "t.co" ) ||
|
urls.contains( "t.co" ) ||
|
||||||
|
Reference in New Issue
Block a user