fix stuff + add stuff

This commit is contained in:
ashley 2025-09-29 07:29:29 +02:00
parent 71409df15f
commit 1eceb2ca1d

View File

@ -182,7 +182,7 @@ class InnerTubePokeVidious {
const minute = new Date().getMinutes();
const hour = new Date().getHours();
const pattern = ["fallback", "normal", "normal", "normal", "normal", "fallback"];
const pattern = ["fallback", "normal", "fallback", "normal", "normal", "fallback"];
const twoHourIndex = Math.floor(hour / 2) % pattern.length;
const currentPreference = pattern[twoHourIndex];
const inFallbackWindow = minute % 20 >= 10;