mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Updates
This commit is contained in:
@@ -2527,8 +2527,7 @@
|
||||
// Otherwise get the storyboard data and check the server works
|
||||
else {
|
||||
storyboardData = videoData['storyboards'];
|
||||
goodTube_otherDataServersIndex_storyboard = 0;
|
||||
goodTube_player_checkStoryboardServer(player, storyboardData, goodTube_api_url);
|
||||
goodTube_player_checkStoryboardServer(player, storyboardData, storyboardApi);
|
||||
}
|
||||
})
|
||||
// If the fetch failed, try the next fallback server
|
||||
@@ -2664,10 +2663,6 @@
|
||||
|
||||
// Reload the video
|
||||
function goodTube_player_reloadVideo(player) {
|
||||
|
||||
|
||||
console.log('reloadddd', goodTube_player_reloadVideoAttempts);
|
||||
|
||||
// If we're not viewing a video, just return
|
||||
if (typeof goodTube_getParams['v'] === 'undefined') {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user