diff options
| author | real-zephex <[email protected]> | 2024-03-17 14:04:38 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-17 14:04:38 +0530 |
| commit | 2a849c4643a41af91fa01e48a28cfce04ec980ec (patch) | |
| tree | a216b6ae0b6a2ae693373027f8a52b8576940a8e /src/app/video | |
| parent | fix: scrubbing throught the progress bar showed wrong thumbnails. fixed it by... (diff) | |
| download | dramalama-2a849c4643a41af91fa01e48a28cfce04ec980ec.tar.xz dramalama-2a849c4643a41af91fa01e48a28cfce04ec980ec.zip | |
fixed a minor bug
Diffstat (limited to 'src/app/video')
| -rw-r--r-- | src/app/video/[animeId]/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/video/[animeId]/page.js b/src/app/video/[animeId]/page.js index 44ef429..d7e68f9 100644 --- a/src/app/video/[animeId]/page.js +++ b/src/app/video/[animeId]/page.js @@ -22,7 +22,7 @@ export default async function Video({ params }) { {last_two} - {remainingWords} </p> <MediaPlayer - title="Test Player" + title={words} src={link} className="testPlayer" playsInline |