diff options
| author | real-zephex <[email protected]> | 2024-03-23 01:24:06 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-23 01:24:06 +0530 |
| commit | 72e4d8b093e31793ce82a4fc5a36c62c6dce313c (patch) | |
| tree | 4bc731ef8302ad511776d3a17b97bf506e020a8c /src/app/video | |
| parent | fix: minor css fix (diff) | |
| download | dramalama-72e4d8b093e31793ce82a4fc5a36c62c6dce313c.tar.xz dramalama-72e4d8b093e31793ce82a4fc5a36c62c6dce313c.zip | |
feature: added video quality options
Diffstat (limited to 'src/app/video')
| -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> |