aboutsummaryrefslogtreecommitdiff
path: root/components/home
diff options
context:
space:
mode:
authorA i j a Z <[email protected]>2024-01-14 13:44:21 +0530
committerGitHub <[email protected]>2024-01-14 15:14:21 +0700
commit41f82c9a3fd7987eecc8fd70d113ea8949457310 (patch)
treee465c5049630ac32afd35355a768b543ede76a6d /components/home
parentredesign: Redesign schedules page (#112) (diff)
downloadmoopa-41f82c9a3fd7987eecc8fd70d113ea8949457310.tar.xz
moopa-41f82c9a3fd7987eecc8fd70d113ea8949457310.zip
Added seeking buttons and fixed vercel error (#113)
* readded seek buttons and vercel support * Redesign player layout on mobile and fix seek button * Update changelogs and player buttons --------- Co-authored-by: Factiven <[email protected]>
Diffstat (limited to 'components/home')
-rw-r--r--components/home/content.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/home/content.tsx b/components/home/content.tsx
index b193381..e1886b6 100644
--- a/components/home/content.tsx
+++ b/components/home/content.tsx
@@ -321,7 +321,7 @@ export default function Content({
? `/en/anime/watch/${
anime.id
}/gogoanime?id=${encodeURIComponent(
- anime?.slug
+ anime?.slug?.replace('/', '')
)}&num=${anime.currentEpisode}`
: `/en/${type}/${anime.id}`
: `/en/${type}/${anime.id}`