mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +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() ) );
|
connect( pl.data(), SIGNAL( changed() ), this, SLOT( updatePlaylist() ) );
|
||||||
m_playlists << pl;
|
m_playlists << pl;
|
||||||
|
|
||||||
|
if ( !pl->loaded() )
|
||||||
|
pl->loadRevision();
|
||||||
}
|
}
|
||||||
|
|
||||||
endResetModel();
|
endResetModel();
|
||||||
|
Reference in New Issue
Block a user