Fix Magnatune library not being sorted after refresh

Fixes issue #3435
This commit is contained in:
Alan Briolat 2013-01-18 10:34:17 +00:00 committed by John Maguire
parent cc2be1ef15
commit d8bc3a02fa
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ void MagnatuneService::ReloadDatabaseFinished() {
// Add the songs to the database
library_backend_->AddOrUpdateSongs(songs);
library_model_->Reset();
}
Song MagnatuneService::ReadTrack(QXmlStreamReader& reader) {