mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Use FlexibleView's setPlaylistModel.
This commit is contained in:
parent
f924fd380c
commit
39f1c04d7f
@ -141,7 +141,7 @@ ViewManager::createPageForPlaylist( const playlist_ptr& playlist )
|
||||
view->setPixmap( pv->pixmap() );
|
||||
|
||||
// We need to set the model on the view before loading the playlist, so spinners & co are connected
|
||||
view->setPlayableModel( model );
|
||||
view->setPlaylistModel( model );
|
||||
pv->setPlaylistModel( model );
|
||||
|
||||
model->loadPlaylist( playlist );
|
||||
|
Loading…
x
Reference in New Issue
Block a user