mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
fix oversight
This commit is contained in:
@@ -170,7 +170,7 @@ SourceTreeItem::playlistsAdded( const QList< playlist_ptr >& playlists, bool dyn
|
||||
subitem->setEditable( false );
|
||||
subitem->setEnabled( false );
|
||||
subitem->setData( ptr, PlaylistPointer );
|
||||
subitem->setData( dynamic ? SourcesModel::DynamicPlaylistSource : SourcesModel::DynamicPlaylistSource, Type );
|
||||
subitem->setData( dynamic ? SourcesModel::DynamicPlaylistSource : SourcesModel::PlaylistSource, Type );
|
||||
subitem->setData( (qlonglong)this, SourceItemPointer );
|
||||
|
||||
m_columns.at( 0 )->appendRow( subitem );
|
||||
|
Reference in New Issue
Block a user