mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-07 06:35:15 +01:00
Fix Subsonic library not being sorted after refresh
This commit is contained in:
parent
38f271528a
commit
2d68315c22
@ -205,6 +205,7 @@ void SubsonicService::ReloadDatabaseFinished()
|
||||
|
||||
library_backend_->DeleteAll();
|
||||
library_backend_->AddOrUpdateSongs(scanner_->GetSongs());
|
||||
library_model_->Reset();
|
||||
}
|
||||
|
||||
void SubsonicService::onLoginStateChanged(SubsonicService::LoginState newstate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user