mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-13 15:39:08 +00:00
Update:Add 1.7x playback speed to modal #1180
This commit is contained in:
parent
d208211c6f
commit
e301b3071c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rates() {
|
rates() {
|
||||||
return [0.5, 1, 1.2, 1.5, 2, 3]
|
return [0.5, 1, 1.2, 1.5, 1.7, 2, 3]
|
||||||
},
|
},
|
||||||
canIncrement() {
|
canIncrement() {
|
||||||
return this.playbackRate + 0.1 <= this.MAX_SPEED
|
return this.playbackRate + 0.1 <= this.MAX_SPEED
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue