minor update to more info card

pull/156/head
Hans Bakker 2015-06-01 00:51:17 +02:00
parent 321e821ae8
commit 21cf7ceb07
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "31e33f5ec4ad4c9355af6f40213f3168"
VERSION = "775f3ebcfb3fa43833494f0b9676ac88"

View File

@ -25815,7 +25815,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
},
computeMuteVolumeIcon: function(stateObj) {
return this.isMuted ? 'av:volume-up' : 'av:av:volume-off';
return this.isMuted ? 'av:volume-up' : 'av:volume-off';
},
computePlayPauseIcon: function(stateObj) {

View File

@ -114,7 +114,7 @@
},
computeMuteVolumeIcon: function(stateObj) {
return this.isMuted ? 'av:volume-up' : 'av:av:volume-off';
return this.isMuted ? 'av:volume-up' : 'av:volume-off';
},
computePlayPauseIcon: function(stateObj) {