Skip to content

Commit

Permalink
Merge pull request #59 from splattner/sound_mode_param
Browse files Browse the repository at this point in the history
refactor: rename media-player select_sound_mode command parameter
  • Loading branch information
splattner authored Nov 19, 2023
2 parents b89f2f7 + 8358a12 commit d98f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entities/media_player.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const (
ShuffleMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "shuffle"
SourceMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "source"
SourceListMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "source_list"
SoundModeMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "sound_mode"
SoundModeMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "mode"
SoundModeListMediaPlayerEntityAttribute MediaPlayerEntityAttributes = "sound_mode_list"
)

Expand Down

0 comments on commit d98f9e8

Please sign in to comment.