Fix issues when disabling a player provider (#2388)
authorMaxim Raznatovski <nda.mr43@gmail.com>
Tue, 9 Sep 2025 10:00:42 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Sep 2025 10:00:42 +0000 (12:00 +0200)
commitab812a004c9a4dd43f53490c4c96dc3e68c75abe
treea810b2d045b9ea09b24ec3b079b7ad3badc214ae
parent22de9f73f4ed2e1b0e2a688e2ddeaa5b893f7280
Fix issues when disabling a player provider (#2388)

After the player refactor some parts of the disabling and deleting of player providers weren't updated yet to use the new APIs.
Also `lookup_key` is now used for `provider_filters` since it was already expected by callers.
music_assistant/controllers/config.py
music_assistant/controllers/players.py