Fix typo in renderer/views/player.js (#673)
This commit is contained in:
@@ -413,7 +413,7 @@ function renderPlayerControls (state) {
|
|||||||
var buttonIcons = {
|
var buttonIcons = {
|
||||||
'chromecast': {true: 'cast_connected', false: 'cast'},
|
'chromecast': {true: 'cast_connected', false: 'cast'},
|
||||||
'airplay': {true: 'airplay', false: 'airplay'},
|
'airplay': {true: 'airplay', false: 'airplay'},
|
||||||
'dnla': {true: 'tv', false: 'tv'}
|
'dlna': {true: 'tv', false: 'tv'}
|
||||||
}
|
}
|
||||||
castTypes.forEach(function (castType) {
|
castTypes.forEach(function (castType) {
|
||||||
// Do we show this button (eg. the Chromecast button) at all?
|
// Do we show this button (eg. the Chromecast button) at all?
|
||||||
|
|||||||
Reference in New Issue
Block a user