mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Update more-info-media_player.html (#1126)
Fixes https://github.com/home-assistant/home-assistant/issues/14098
This commit is contained in:
parent
421b9ec800
commit
e1b924a154
@ -202,7 +202,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
computeHideSelectSource(playerObj) {
|
computeHideSelectSource(playerObj) {
|
||||||
return playerObj.isOff || !playerObj.supportsSelectSource || !playerObj.soureList;
|
return playerObj.isOff || !playerObj.supportsSelectSource || !playerObj.sourceList;
|
||||||
}
|
}
|
||||||
|
|
||||||
computeHideTTS(ttsLoaded, playerObj) {
|
computeHideTTS(ttsLoaded, playerObj) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user