mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Debug
This commit is contained in:
14
goodtube.js
14
goodtube.js
@@ -401,15 +401,6 @@
|
||||
let goodTube_pendingRetry = [];
|
||||
let goodTube_player_restoreTime = 0;
|
||||
let goodTube_player_assets = [
|
||||
// Unminified
|
||||
// goodTube_github+'/js/video.min.js',
|
||||
// goodTube_github+'/js/videojs-hls-quality-selector.js',
|
||||
// goodTube_github+'/js/videojs-vtt-thumbnails.js',
|
||||
// goodTube_github+'/js/videojs-quality-selector.js',
|
||||
// goodTube_github+'/css/videojs-core.css',
|
||||
// goodTube_github+'/css/videojs-vtt-thumbnails.css'
|
||||
|
||||
// Minified
|
||||
goodTube_github+'/js/assets.min.js',
|
||||
goodTube_github+'/css/assets.min.css'
|
||||
];
|
||||
@@ -438,8 +429,13 @@
|
||||
goodTube_player_init();
|
||||
}, 0);
|
||||
|
||||
console.log('assets not loaded');
|
||||
|
||||
return;
|
||||
}
|
||||
else {
|
||||
console.log('assets loaded');
|
||||
}
|
||||
|
||||
// Add CSS styles for the player
|
||||
let style = document.createElement('style');
|
||||
|
||||
2
goodtube.min.js
vendored
2
goodtube.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user