Fix issues with debouncing commands to (group)players (#921)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 12 Nov 2023 06:27:35 +0000 (07:27 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2023 06:27:35 +0000 (07:27 +0100)
commit0d0329f7f14ca586c3f4edb8a43ad0c212e9fef4
tree5556577d0fbc34845f734e81b00447b66e4b822e
parentea1143408ef90637ae3508ee55905f78dbf87834
Fix issues with debouncing commands to (group)players (#921)

* Remove debounce at global level

* Adjust docstring

* some code cleanup
music_assistant/server/controllers/players.py
music_assistant/server/providers/ugp/__init__.py