Explorar o código

Update template.js

A-Circle Zhang %!s(int64=7) %!d(string=hai) anos
pai
achega
523d5f2699
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/js/template.js

+ 1 - 0
src/js/template.js

@@ -30,6 +30,7 @@ class Template {
         this.volumeBarWrap = this.container.querySelector('.dplayer-volume-bar');
         this.volumeBarWrapWrap = this.container.querySelector('.dplayer-volume-bar-wrap');
         this.volumeButton = this.container.querySelector('.dplayer-volume');
+        this.volumeButtonIcon = this.container.querySelector('.dplayer-volume-icon');
         this.volumeIcon = this.container.querySelector('.dplayer-volume-icon .dplayer-icon-content');
         this.playedBar = this.container.querySelector('.dplayer-played');
         this.loadedBar = this.container.querySelector('.dplayer-loaded');