Update max playback speed to 10x

This commit is contained in:
advplyr 2023-01-07 16:18:52 -06:00
parent ff10287d05
commit b305cfd268

View File

@ -40,7 +40,7 @@ export default {
showMenu: false,
currentPlaybackRate: 0,
MIN_SPEED: 0.5,
MAX_SPEED: 3,
MAX_SPEED: 10,
menuLeft: -92,
arrowLeft: 0
}