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 -->