mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Fix mute icon
This commit is contained in:
parent
a127c74a53
commit
00e575259f
@ -73,7 +73,7 @@ export default new Polymer({
|
||||
},
|
||||
|
||||
computeVolumeMuteIcon(playerObj) {
|
||||
return playerObj.isMuted ? 'mdi:volume-high' : 'mdi:volume-off';
|
||||
return playerObj.isMuted ? 'mdi:volume-off' : 'mdi:volume-high';
|
||||
},
|
||||
|
||||
handleNext(ev) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user