+ Oops!
It looks like this manga is not available.
+
From b1bd42dc76e8eb92070ec5de13f754b5a366d533 Mon Sep 17 00:00:00 2001
From: Factiven
Normal Mode
+ +Theater Mode
+Broadcast
++ Broadcast + + + + +
@@ -95,40 +196,85 @@ export default function AdminDashboard({ {report?.map((i, index) => (
+ {chapter.title || `Chapter ${chapter.number}`} +
++ {selectedProvider} +
++ Showing{" "} + {indexOfFirstChapter + 1} to{" "} + + {indexOfLastChapter > chapters.length + ? chapters.length + : indexOfLastChapter} + {" "} + of {chapters.length} chapters +
+{page.error || "No Pages."}
+{page?.error || "No Pages."}
+ Not available on AniList +
+ ) : ( +
+ {data?.status === 404 && "Not Found"}
+
+ {data?.error}
+
diff --git a/components/watch/player/utils/getZoroSource.js b/components/watch/player/utils/getZoroSource.js deleted file mode 100644 index e69de29b..00000000 diff --git a/components/watch/secondary/episodeLists.js b/components/watch/secondary/episodeLists.js index 41f1a765..485b43ee 100644 --- a/components/watch/secondary/episodeLists.js +++ b/components/watch/secondary/episodeLists.js @@ -1,6 +1,8 @@ import Skeleton from "react-loading-skeleton"; import Image from "next/image"; import Link from "next/link"; +import { ChevronDownIcon } from "@heroicons/react/24/outline"; +import { useRouter } from "next/router"; export default function EpisodeLists({ info, @@ -9,13 +11,56 @@ export default function EpisodeLists({ watchId, episode, artStorage, + track, dub, }) { const progress = info.mediaListEntry?.progress; + const router = useRouter(); + return (
+ + You are Offline :\ +
+
+ Oops!
It looks like this manga is not available.
+
No Chapter Available :(
- )} --
} ·{" "} + {anime.status ||-
} ·{" "} + {anime.episodes + ? `${anime.episodes || "N/A"} Episodes` + : `${anime.chapters || "N/A"} Chapters`} + +-
} ·{" "} - {anime.status ||-
} ·{" "} - {anime.episodes - ? `${anime.episodes || "N/A"} Episodes` - : `${anime.chapters || "N/A"} Chapters`} - -+ + {a?.anilist.title.romaji} + {" "} + | Episode {a.episode} +
+ + + ); + })}