Fix Subsonic library not being sorted after refresh

This commit is contained in:
Alan Briolat 2013-01-18 10:35:47 +00:00
parent 38f271528a
commit 2d68315c22
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ void SubsonicService::ReloadDatabaseFinished()
library_backend_->DeleteAll();
library_backend_->AddOrUpdateSongs(scanner_->GetSongs());
library_model_->Reset();
}
void SubsonicService::onLoginStateChanged(SubsonicService::LoginState newstate)