mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
ruff post merge conflict fix
This commit is contained in:
parent
33e9c79c9b
commit
df94650465
@ -665,6 +665,7 @@ class SqueezeBoxMediaPlayerEntity(
|
||||
all_params = [command]
|
||||
if parameters:
|
||||
all_params.extend(parameters)
|
||||
|
||||
query_result = await self._player.async_query(*all_params)
|
||||
_LOGGER.debug("call_query got result %s", query_result)
|
||||
if response:
|
||||
|
Loading…
x
Reference in New Issue
Block a user