mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
remove stale param
This commit is contained in:
parent
1e6091189d
commit
da0385dfc6
@ -97,7 +97,6 @@ GlobalActionManager::copyPlaylistToClipboard( const Tomahawk::dynplaylist_ptr& p
|
||||
|
||||
link.addEncodedQueryItem( "type", "echonest" );
|
||||
link.addQueryItem( "title", playlist->title() );
|
||||
link.addQueryItem( "plmode", QString::number( static_cast<int>( playlist->mode() ) ) );
|
||||
|
||||
QList< Tomahawk::dyncontrol_ptr > controls = playlist->generator()->controls();
|
||||
foreach( const Tomahawk::dyncontrol_ptr& c, controls ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user