From 8526af4fe3c9121e7ef798cf02e47fdeb51c3286 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 10:24:40 +0530 Subject: fix: scrubbing throught the progress bar showed wrong thumbnails. fixed it by removing the thumbnails as the videos need to be stored on mux in order to get the correct thumbnails --- src/app/video/[animeId]/page.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/app/video') diff --git a/src/app/video/[animeId]/page.js b/src/app/video/[animeId]/page.js index e8ec670..44ef429 100644 --- a/src/app/video/[animeId]/page.js +++ b/src/app/video/[animeId]/page.js @@ -30,10 +30,7 @@ export default async function Video({ params }) { load="eager" > - + -- cgit v1.2.3