dever пре 5 година
родитељ
комит
7b53b1ecf7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/dream/view/vodShort.vue

+ 1 - 1
pages/dream/view/vodShort.vue

@@ -49,7 +49,7 @@ export default {
 			this.$refs.video[this.current_index].start();
 		},
 		stop : function() {
-			this.$refs.video[this.current_index].stop();
+			this.$refs.video[this.current_index].stop(false);
 		},
 		changeVod : function(e)  {
 			var self = this;