diff options
| author | Factiven <[email protected]> | 2023-06-07 13:17:05 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-06-07 13:17:05 +0700 |
| commit | 84618a66caf9746faa503de0af532d6a86c8fb73 (patch) | |
| tree | cd297f2c973514908e8cfb86d2ad1f5bbef4cb82 /lib | |
| parent | added fullscreen hotkey (#19) (diff) | |
| download | moopa-84618a66caf9746faa503de0af532d6a86c8fb73.tar.xz moopa-84618a66caf9746faa503de0af532d6a86c8fb73.zip | |
fixed freezed subtitle after changing quality
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Artplayer.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Artplayer.js b/lib/Artplayer.js index 933972b..7ee1c9d 100644 --- a/lib/Artplayer.js +++ b/lib/Artplayer.js @@ -40,9 +40,7 @@ export default function Player({ hotkey: true, lock: true, setting: true, - flip: true, playbackRate: true, - aspectRatio: true, autoOrientation: true, pip: true, theme: "#f97316", |