dever hace 5 años
padre
commit
7b53b1ecf7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;