supported_media_commands should check for SERVICE_SELECT_SOURCE instead of SUPPORT_SELECT_SOURCE (#2482)
This commit is contained in:
parent
ef64e11b50
commit
63356fb5eb
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class UniversalMediaPlayer(MediaPlayerDevice):
|
|||
ATTR_MEDIA_VOLUME_MUTED in self._attrs:
|
||||
flags |= SUPPORT_VOLUME_MUTE
|
||||
|
||||
if SUPPORT_SELECT_SOURCE in self._cmds:
|
||||
if SERVICE_SELECT_SOURCE in self._cmds:
|
||||
flags |= SUPPORT_SELECT_SOURCE
|
||||
|
||||
return flags
|
||||
|
|
Loading…
Add table
Reference in a new issue