فهرست منبع

fix feature flag

Noah Vogt 2 ماه پیش
والد
کامیت
5060a72430
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      custom_components/pjlink2/media_player.py

+ 1 - 1
custom_components/pjlink2/media_player.py

@@ -108,7 +108,7 @@ class PJLink2MediaPlayer(MediaPlayerEntity):
         MediaPlayerEntityFeature.TURN_ON
         | MediaPlayerEntityFeature.TURN_OFF
         | MediaPlayerEntityFeature.SELECT_SOURCE
-        | MediaPlayerEntityFeature.MUTE_VOLUME
+        | MediaPlayerEntityFeature.VOLUME_MUTE
     )
 
     def __init__(self, pjl, name, sources):