Skip to content

Commit 07ef8ab

Browse files
committed
Fix: API change
1 parent 622e964 commit 07ef8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/mass_queue/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def get_queue(
229229

230230
async def get_active_queue(self, queue_id: str):
231231
"""Get the active queue for a single queue."""
232-
return await self._client.get_active_queue(queue_id)
232+
return await self._client.player_queues.get_active_queue(queue_id)
233233

234234
async def get_queue_index(self, queue_id: str):
235235
"""Get the active queue index for a single queue."""

0 commit comments

Comments
 (0)