no commit message

This commit is contained in:
niandeng
2022-02-17 11:01:46 +08:00
parent b9a7a35d54
commit 7d83bf3cb4
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -709,7 +709,6 @@
{vidType:'video/webm',codType:'vp9'},
{vidType:'',codType:'application/x-mpegURL'},
{vidType:'',codType:'application/vnd.apple.mpegurl'}
];
var vType={
ogg:vTypeArr[0],
@@ -4046,6 +4045,9 @@
*/
function showError(){
C['loading'].hide();
if(vars['controls']){
return;
}
if(isUndefined(C['error'])){
C['error']=createlDiv('ck-error');
CM.append(C['error']);
+1 -1
View File
File diff suppressed because one or more lines are too long