fixed typo in buttonIcons (dnla instead of dlna).

This commit is contained in:
Alberto Miranda
2016-06-23 23:45:54 -03:00
parent 7676106914
commit 939ee555b7

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?