Skip to content

scrobbler: Do not reset the client when an account is removed

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

When a Last.fm account is removed, the _reset_attributes method is called to reset the authentication information. However, this method also sets the Goa client to None. Therefore, the next "account-removed" and "account-added" signals won't be caught.

Fix the issue by not resetting the Goa client when a Last.fm account is removed.

Merge request reports