Fix line break

This commit is contained in:
Andrew Sayre 2025-03-26 14:58:53 +00:00
parent db2d6acbb5
commit 9aa63be309

View File

@ -180,8 +180,7 @@ data:
#### Play a queue item
You can play/move to an item within the player's queue by using the `media_player.play_media` action. Set `media_content_type` to `queue` and `media_content_id` to the index (starting from 1) of an item in the play queue.
The play queue can be enumerated by using the `heos.get_queue` service. Example action data payload:
You can play/move to an item within the player's queue by using the `media_player.play_media` action. Set `media_content_type` to `queue` and `media_content_id` to the index (starting from 1) of an item in the play queue. The play queue can be enumerated by using the `heos.get_queue` service. Example action data payload:
```yaml
action: media_player.play_media