From 0d54bdcc7b21c2a4ccf3839adcc6895e153d00d0 Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Wed, 8 Feb 2017 16:59:59 -0500 Subject: [PATCH] Broke it, whoops --- public/js/mstream.vue-player-controls.js | 2 +- public/mstream.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/mstream.vue-player-controls.js b/public/js/mstream.vue-player-controls.js index 8c6f526..4e009aa 100644 --- a/public/js/mstream.vue-player-controls.js +++ b/public/js/mstream.vue-player-controls.js @@ -60,7 +60,7 @@ var VUEPLAYER = function() { widthcss: function ( ) { if(this.playerStats.duration === 0){ return "width:0"; - ; + } var percentage = 100 - (( this.playerStats.currentTime / this.playerStats.duration) * 100); return "width:calc(100% - "+percentage+"%)"; diff --git a/public/mstream.html b/public/mstream.html index a55a64a..65c3c60 100755 --- a/public/mstream.html +++ b/public/mstream.html @@ -258,8 +258,8 @@ + This section is tied into the MSTREAMPLAYER mmodule with Vue + see file: mstream.vue-player-controls.js -->