fix: ✏️ fix typo on setRate
This commit is contained in:
parent
a2b63241cc
commit
891d4762d0
@ -40,7 +40,7 @@ export default {
|
|||||||
...mapState(usePlayer, ['rate']),
|
...mapState(usePlayer, ['rate']),
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(usePlayer, ['seRate']),
|
...mapActions(usePlayer, ['setRate']),
|
||||||
changeRate(diff) {
|
changeRate(diff) {
|
||||||
const newRate = (this.rate + diff).toPrecision(2)
|
const newRate = (this.rate + diff).toPrecision(2)
|
||||||
this.setRate(newRate > 0 ? newRate : this.rate)
|
this.setRate(newRate > 0 ? newRate : this.rate)
|
||||||
|
Loading…
Reference in New Issue
Block a user