diff options
| author | Factiven <[email protected]> | 2023-10-17 13:09:12 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-10-17 13:09:12 +0700 |
| commit | c46490ec99f2837b381d96567de03f3b1a9d8af4 (patch) | |
| tree | 9f9f92440bda222e45ea0e094d72d605194b7aac /components/watch/player/playerComponent.js | |
| parent | Small bug fixes (#85) (diff) | |
| download | moopa-c46490ec99f2837b381d96567de03f3b1a9d8af4.tar.xz moopa-c46490ec99f2837b381d96567de03f3b1a9d8af4.zip | |
add playbackRate
Diffstat (limited to 'components/watch/player/playerComponent.js')
| -rw-r--r-- | components/watch/player/playerComponent.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/watch/player/playerComponent.js b/components/watch/player/playerComponent.js index c00a14c..37c5810 100644 --- a/components/watch/player/playerComponent.js +++ b/components/watch/player/playerComponent.js @@ -446,6 +446,7 @@ export default function PlayerComponent({ url: url, autoplay: autoplay ? true : false, autoSize: false, + playbackRate: true, fullscreen: true, autoOrientation: true, icons: icons, |