aboutsummaryrefslogtreecommitdiff
path: root/components/watch/player/artplayer.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/watch/player/artplayer.js')
-rw-r--r--components/watch/player/artplayer.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/watch/player/artplayer.js b/components/watch/player/artplayer.js
index 55ee423..4ae8aa1 100644
--- a/components/watch/player/artplayer.js
+++ b/components/watch/player/artplayer.js
@@ -37,6 +37,8 @@ export default function NewPlayer({
}
useEffect(() => {
+ Artplayer.PLAYBACK_RATE = [0.5, 0.75, 1, 1.15, 1.2, 1.5, 1.7, 2];
+
const art = new Artplayer({
...option,
container: artRef.current,