mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
* Call insert instead of insertInternal so it gets called correctly, in case it's overwritten.
This commit is contained in:
@@ -586,7 +586,7 @@ PlayableModel::insertInternal( const T& item, int row )
|
||||
QList< T > list;
|
||||
list << item;
|
||||
|
||||
insertInternal( list, row );
|
||||
insert( list, row );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user