Scrobbler: Refactor

This commit is contained in:
Jonas Kvinge
2025-03-08 23:19:42 +01:00
parent cd516c37b9
commit b02b114caf
18 changed files with 508 additions and 800 deletions

View File

@@ -190,7 +190,7 @@ void ScrobblerSettingsPage::LastFM_Login() {
void ScrobblerSettingsPage::LastFM_Logout() {
lastfmscrobbler_->Logout();
lastfmscrobbler_->ClearSession();
LastFM_RefreshControls(false);
}
@@ -225,7 +225,7 @@ void ScrobblerSettingsPage::LibreFM_Login() {
void ScrobblerSettingsPage::LibreFM_Logout() {
librefmscrobbler_->Logout();
librefmscrobbler_->ClearSession();
LibreFM_RefreshControls(false);
}