uhh
This commit is contained in:
parent
b9debc978f
commit
4793f2b265
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
saveValue(newValue) {
|
||||
newValue = Number(newValue);
|
||||
if (newValue >= 0.25 && newValue <= 2) {
|
||||
newValue = String(newValue).length > 6 ? newValue.toFixed(2) : newValue;
|
||||
newValue = String(newValue).length > 4 ? newValue.toFixed(2) : newValue;
|
||||
this.$root.mk.playbackRate = newValue;
|
||||
this.$root.cfg.audio.playbackRate = newValue;
|
||||
this.playbackRate = newValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue