Fix typo in renderer/views/player.js (#673)
This commit is contained in:
parent
4799a032e5
commit
4bdc6e3d65
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ function renderPlayerControls (state) {
|
|||
var buttonIcons = {
|
||||
'chromecast': {true: 'cast_connected', false: 'cast'},
|
||||
'airplay': {true: 'airplay', false: 'airplay'},
|
||||
'dnla': {true: 'tv', false: 'tv'}
|
||||
'dlna': {true: 'tv', false: 'tv'}
|
||||
}
|
||||
castTypes.forEach(function (castType) {
|
||||
// Do we show this button (eg. the Chromecast button) at all?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue