From 8732e1e9d383613dd5024b9e2d74c9e4fd111896 Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Thu, 19 Feb 2026 02:29:42 +0530 Subject: [PATCH] wach --- src/pages/watch/Watch.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/watch/Watch.jsx b/src/pages/watch/Watch.jsx index 4d88684..3f637ae 100644 --- a/src/pages/watch/Watch.jsx +++ b/src/pages/watch/Watch.jsx @@ -277,7 +277,7 @@ export default function Watch() { )}
-
+
{/* Left Column - Player, Controls, Servers */}
@@ -613,7 +613,11 @@ export default function Watch() {
{/* Related Anime Section */} - {animeInfo && animeInfo.related_data ? ( + {animeInfoLoading ? ( +
+ +
+ ) : animeInfo?.related_data?.length > 0 && (

Related Anime

- ) : ( -
- -
)}
{/* Mobile-only Related Section */} - {animeInfo && animeInfo.related_data && ( + {!animeInfoLoading && animeInfo?.related_data?.length > 0 && (

Related Anime