@jxstjh/jhvideo
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@jxstjh/jhvideo", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "HTML5 jhvideo base on MPEG2-TS Stream Player", | ||
@@ -5,0 +5,0 @@ "main": "./dist/jhvideo.js", |
@@ -504,2 +504,6 @@ import * as Package from '../package.json' | ||
videoBox.appendChild(header) | ||
} | ||
if (!streamOpt.hideFooterToolBar) { | ||
const footer = creatFooterToolBar(this, streamOpt, prefixName) | ||
videoBox.appendChild(footer) | ||
if (streamOpt.streamtype === 'vod') { | ||
@@ -510,6 +514,2 @@ const processBar = creatProcessToolBar(this, streamOpt, prefixName) | ||
} | ||
if (!streamOpt.hideFooterToolBar) { | ||
const footer = creatFooterToolBar(this, streamOpt, prefixName) | ||
videoBox.appendChild(footer) | ||
} | ||
// 有 speed 展示 | ||
@@ -516,0 +516,0 @@ const speed: HTMLElement = videoBox.querySelector('.speed') |
3676735