Skip to content

Commit d9f475d

Browse files
committed
2025.12 Fix: music_assistant_client method change
1 parent 32b4130 commit d9f475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/mass_queue/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def get_queue(
216216
except IndexError:
217217
offset = 0
218218
offset = max(offset, 0)
219-
return await self._client.player_queues.get_player_queue_items(
219+
return await self._client.player_queues.get_queue_items(
220220
queue_id=queue_id,
221221
limit=limit,
222222
offset=offset,

0 commit comments

Comments
 (0)