Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Nov 10, 2024
1 parent 5dda342 commit 8e0a3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_sentences/en/music_assistant_PlayMediaAssist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ intents:
track: "[the ](track|song)"
album: "[the ](album|ep|record|compilation|single)"
playlist: "[the ]playlist"
radio_station: "[the ]((radio station)|(radio)|(station))"
radio_station: "[the ]((radio station)|(radio)|(station))"

# CONTEXT AWARNESS
- sentences:
Expand Down Expand Up @@ -84,4 +84,4 @@ lists:
wildcard: true
radio_mode:
values:
- "radio mode"
- "radio mode"
2 changes: 1 addition & 1 deletion custom_sentences/en/play_media_on_media_player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: "en"
intents:
MassPlayMediaOnMediaPlayer:
data:

# TARGET AN AREA
- sentences:
- "<play> {query};in [the ]<area> [((with)|(using)) {radio_mode}]"
Expand Down

0 comments on commit 8e0a3d2

Please sign in to comment.