diff options
| author | A i j a Z <[email protected]> | 2024-01-14 13:44:21 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-14 15:14:21 +0700 |
| commit | 41f82c9a3fd7987eecc8fd70d113ea8949457310 (patch) | |
| tree | e465c5049630ac32afd35355a768b543ede76a6d /components/home | |
| parent | redesign: Redesign schedules page (#112) (diff) | |
| download | moopa-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.tsx | 2 |
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}` |