Skip to content

[3.34] scrobbler: Fix lastfm account removal

Jean Felder requested to merge wip/jfelder/3-34-scrobbler-crash into gnome-3-34

When, a GOA account is removed, the credentials and the account parameters are not reset. Thus, LastFmScrobbler will still try to scrobble even if the account does not exist anymore. This results in a crash.

Fix the issue by resetting all GoaLastFM parameters when a Last.fm account is removed.

Closes: #145 (closed) (cherry picked from commit d368111c)

Merge request reports