Update more-info-media_player.html (#1126)

Fixes https://github.com/home-assistant/home-assistant/issues/14098
This commit is contained in:
NovapaX 2018-04-26 21:57:38 +02:00 committed by c727
parent 421b9ec800
commit e1b924a154

View File

@ -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) {