Fix preview players at the hour rollover (#24157)

* fix preview players at the hour rollover

* clean up
This commit is contained in:
Josh Hawkins
2026-09-12 07:30:04 -06:00
committed by Nicolas Mowen
parent 6ae8050974
commit 53b04f44ef
9 changed files with 320 additions and 22 deletions
+1
View File
@@ -518,6 +518,7 @@ export default function Events() {
previewTimes ?? { after: 0, before: 0 },
{
fetchPreviews: previewTimes != undefined,
refreshOnHourRollover: true,
},
);