diff options
Diffstat (limited to 'components/home/content.tsx')
| -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}` |