Remove whitespace
This commit is contained in:
parent
b3ce29159c
commit
2a1d132293
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
this.saveValue(this.$root.cfg.audio.playbackRate - 5);
|
||||
}
|
||||
},
|
||||
saveValue(newValue) {
|
||||
saveValue(newValue) {
|
||||
newValue = Number(newValue);
|
||||
if (this.isAllowedRate(newValue)) {
|
||||
if (newValue > 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue