Merge pull request #1073 from ciderapp/enhancement/playbackrate-slider-wheel
Implement wheel support for playback rate slider
This commit is contained in:
commit
10400e2799
3 changed files with 24 additions and 9 deletions
|
@ -133,7 +133,7 @@ export class Store {
|
|||
"maxVolume": 1,
|
||||
"lastVolume": 1,
|
||||
"muted": false,
|
||||
"playbackRate": '1',
|
||||
"playbackRate": 1,
|
||||
"quality": "HIGH",
|
||||
"seamless_audio": true,
|
||||
"normalization": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue