mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
remove stale param
This commit is contained in:
@@ -97,7 +97,6 @@ GlobalActionManager::copyPlaylistToClipboard( const Tomahawk::dynplaylist_ptr& p
|
|||||||
|
|
||||||
link.addEncodedQueryItem( "type", "echonest" );
|
link.addEncodedQueryItem( "type", "echonest" );
|
||||||
link.addQueryItem( "title", playlist->title() );
|
link.addQueryItem( "title", playlist->title() );
|
||||||
link.addQueryItem( "plmode", QString::number( static_cast<int>( playlist->mode() ) ) );
|
|
||||||
|
|
||||||
QList< Tomahawk::dyncontrol_ptr > controls = playlist->generator()->controls();
|
QList< Tomahawk::dyncontrol_ptr > controls = playlist->generator()->controls();
|
||||||
foreach( const Tomahawk::dyncontrol_ptr& c, controls ) {
|
foreach( const Tomahawk::dyncontrol_ptr& c, controls ) {
|
||||||
|
Reference in New Issue
Block a user