Skip to content

Commit

Permalink
Fix mapping for soundprogram 2ch stereo
Browse files Browse the repository at this point in the history
  • Loading branch information
sknull committed Jun 12, 2024
1 parent 784955c commit 7fe569f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class YamahaAvantageService(
mapPrograms["Hall in Munich"] = "munich"
mapPrograms["Hall in Vienna"] = "vienna"

mapPrograms["2ch Stereo"] = "all_ch_stereo"
mapPrograms["2ch Stereo"] = "2ch_stereo"
mapPrograms["7ch Stereo"] = "all_ch_stereo"
mapPrograms["Straight"] = "straight"

Expand Down

0 comments on commit 7fe569f

Please sign in to comment.