This commit is contained in:
goodtube4u
2024-07-05 20:02:49 +10:00
parent 6a845a59fe
commit fa223a2ce8

View File

@@ -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;