minor update to more info card
parent
321e821ae8
commit
21cf7ceb07
|
@ -1,2 +1,2 @@
|
|||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "31e33f5ec4ad4c9355af6f40213f3168"
|
||||
VERSION = "775f3ebcfb3fa43833494f0b9676ac88"
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue