Skip to content

Commit

Permalink
Fix formatting (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzGav authored Jan 14, 2025
1 parent 3142ed0 commit 8487b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/get_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
sequence:
- action: music_assistant.play_media
data:
media_id: "{{ random_tracks.items[repeat.index - 1].uri }}"
media_id: "{{ random_tracks.['items'][repeat.index - 1].uri }}"
media_type: track
enqueue: add
target:
Expand Down

0 comments on commit 8487b66

Please sign in to comment.