diff --git a/src/components/episodelist/Episodelist.jsx b/src/components/episodelist/Episodelist.jsx index eb92f85..94dfeca 100644 --- a/src/components/episodelist/Episodelist.jsx +++ b/src/components/episodelist/Episodelist.jsx @@ -138,18 +138,18 @@ function Episodelist({ return (
+
{selectedRange[0]}-{selectedRange[1]}
+
{item}
{item === activeRange ? (
+
{index + 1}
- You are watching
+ You are watching{" "}
+
+
If the current server doesn't work, please try other servers
beside.
RAW: RAW:
+
{item.serverName}
SUB: SUB:
+
{item.serverName}
DUB: DUB:
+
{item.serverName}
+ {season.season}
+
+
{animeInfo?.animeInfo?.Overview.length > 270 ? (
<>
{isFullOverview
? animeInfo?.animeInfo?.Overview
: `${animeInfo?.animeInfo?.Overview.slice(0, 270)}...`}
-
+
+
Episode {activeEpisodeNum}
More Seasons
+
+ {/* Dots Pattern Overlay */}
+
) : (
-
+
{language ? animeInfo?.title : animeInfo?.japanese_title}
- More Seasons
Related Anime
+