mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-16 19:08:42 +01:00
Update max playback speed to 10x
This commit is contained in:
parent
ff10287d05
commit
b305cfd268
@ -40,7 +40,7 @@ export default {
|
|||||||
showMenu: false,
|
showMenu: false,
|
||||||
currentPlaybackRate: 0,
|
currentPlaybackRate: 0,
|
||||||
MIN_SPEED: 0.5,
|
MIN_SPEED: 0.5,
|
||||||
MAX_SPEED: 3,
|
MAX_SPEED: 10,
|
||||||
menuLeft: -92,
|
menuLeft: -92,
|
||||||
arrowLeft: 0
|
arrowLeft: 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user