Fix typo in renderer/views/player.js (#673)

This commit is contained in:
Adam Gotlib
2016-06-27 09:28:19 +02:00
committed by DC
parent 4799a032e5
commit 4bdc6e3d65

View File

@@ -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?