diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/video/[animeId]/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/video/[animeId]/page.jsx b/src/app/video/[animeId]/page.jsx index ed5773a..cfa8cd5 100644 --- a/src/app/video/[animeId]/page.jsx +++ b/src/app/video/[animeId]/page.jsx @@ -22,7 +22,7 @@ export default async function Video({ params }) { redirect("/404"); } - const link = data.sources[3].url; + const link = data.sources[4].url; return ( <div> |