diff options
| author | Factiven <[email protected]> | 2023-04-18 21:44:45 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-18 21:44:45 +0700 |
| commit | f07aa233fe380b98479b398aee5a83e93bdf42d6 (patch) | |
| tree | 2d39e34db7ed3ed3cc76f383e69bf30dd2e8a4c1 /lib | |
| parent | 10th fixes (diff) | |
| download | moopa-f07aa233fe380b98479b398aee5a83e93bdf42d6.tar.xz moopa-f07aa233fe380b98479b398aee5a83e93bdf42d6.zip | |
added skip op/ed
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Artplayer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Artplayer.js b/lib/Artplayer.js index 49806ed..ae7b88c 100644 --- a/lib/Artplayer.js +++ b/lib/Artplayer.js @@ -25,17 +25,17 @@ export default function Player({ option, getInstance, ...rest }) { const art = new Artplayer({ ...option, container: artRef.current, + type: "m3u8", customType: { m3u8: playM3u8, }, fullscreen: true, - fullscreenWeb: true, hotkey: true, lock: true, autoOrientation: true, theme: "#f97316", icons: { - state: "</>", + state: "", }, }); |