aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-09 19:35:17 +0700
committerGitHub <[email protected]>2023-05-09 19:35:17 +0700
commit979cee32a4c2407013142f6604ef7c918dd2957f (patch)
treecaeacf5a945fa3c1a69613da036cd44d4839c9ca /lib
parentSmall Patch to v3.5.4 (diff)
downloadmoopa-979cee32a4c2407013142f6604ef7c918dd2957f.tar.xz
moopa-979cee32a4c2407013142f6604ef7c918dd2957f.zip
Update v3.5.5
> Now Skip button will hide if player is not in focused state. > Added some options to player. > Manga images should be displayed now.
Diffstat (limited to 'lib')
-rw-r--r--lib/Artplayer.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Artplayer.js b/lib/Artplayer.js
index 33acf21..74f9acd 100644
--- a/lib/Artplayer.js
+++ b/lib/Artplayer.js
@@ -30,7 +30,12 @@ export default function Player({ option, getInstance, ...rest }) {
fullscreen: true,
hotkey: true,
lock: true,
+ setting: true,
+ flip: true,
+ playbackRate: true,
+ aspectRatio: true,
autoOrientation: true,
+ pip: true,
theme: "#f97316",
});