y595705120 před 4 dny
rodič
revize
032b8c531d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/containers/center/play/components/media.vue

+ 1 - 1
src/containers/center/play/components/media.vue

@@ -154,7 +154,7 @@
       startTick() {
         let tick = this.tryTick;
         if (this.timer) clearInterval(this.timer);
-        this.timer = setInterval(tick, 10 * 1000);
+        this.timer = setInterval(tick, 5 * 1000);
       },
       stopTick() {
         if (this.timer) clearInterval(this.timer);