mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Minor update
This commit is contained in:
@@ -2277,6 +2277,11 @@
|
||||
|
||||
// Load storyboard
|
||||
function goodTube_player_loadStoryboard(player, storyboardData) {
|
||||
// Debug message
|
||||
if (goodTube_debug) {
|
||||
console.log('[GoodTube] Loading storyboard...');
|
||||
}
|
||||
|
||||
// Check the storyboard server works
|
||||
goodTube_otherDataServersIndex_storyboard = 0;
|
||||
goodTube_player_checkStoryboardServer(player, storyboardData, goodTube_api_url);
|
||||
@@ -2365,11 +2370,6 @@
|
||||
}
|
||||
|
||||
function goodTube_player_loadStoryboardAfterCheck(player, storyboardData, storyboardApi) {
|
||||
// Debug message
|
||||
if (goodTube_debug) {
|
||||
console.log('[GoodTube] Loading storyboard...');
|
||||
}
|
||||
|
||||
// Go through each storyboard and find the highest quality
|
||||
let highestQualityStoryboardUrl = false;
|
||||
let highestQualityStoryboardWidth = 0;
|
||||
|
||||
Reference in New Issue
Block a user