diff options
| author | Factiven <[email protected]> | 2023-04-22 20:37:23 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-22 20:37:23 +0700 |
| commit | 41b373ab158811cdf0285a8b540ae73fb12ad4e5 (patch) | |
| tree | 10b20bdb33e873689892e1c4f5712500294d2458 /components/videoPlayer.js | |
| parent | Update footer.js (diff) | |
| download | moopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.tar.xz moopa-41b373ab158811cdf0285a8b540ae73fb12ad4e5.zip | |
moopa.live
Diffstat (limited to 'components/videoPlayer.js')
| -rw-r--r-- | components/videoPlayer.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/videoPlayer.js b/components/videoPlayer.js index edc8cac..e47e798 100644 --- a/components/videoPlayer.js +++ b/components/videoPlayer.js @@ -11,6 +11,7 @@ export default function VideoPlayer({ stats, op, ed, + title, }) { const [url, setUrl] = useState(); const [source, setSource] = useState([]); @@ -70,6 +71,7 @@ export default function VideoPlayer({ option={{ url: `${url}`, quality: [source], + title: `${title}`, autoplay: true, screenshot: true, }} |