mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 04:41:36 +02:00
* RecentPlaylistsModel needs to manually load playlists now.
This commit is contained in:
@@ -115,6 +115,9 @@ RecentPlaylistsModel::playlistsLoaded( const QList<DatabaseCommand_LoadAllSorted
|
||||
}
|
||||
connect( pl.data(), SIGNAL( changed() ), this, SLOT( updatePlaylist() ) );
|
||||
m_playlists << pl;
|
||||
|
||||
if ( !pl->loaded() )
|
||||
pl->loadRevision();
|
||||
}
|
||||
|
||||
endResetModel();
|
||||
|
Reference in New Issue
Block a user