Merge pull request #1073 from ciderapp/enhancement/playbackrate-slider-wheel

Implement wheel support for playback rate slider
This commit is contained in:
Amaru8 2022-05-23 20:12:36 +02:00 committed by GitHub
commit 10400e2799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 9 deletions

View file

@ -133,7 +133,7 @@ export class Store {
"maxVolume": 1,
"lastVolume": 1,
"muted": false,
"playbackRate": '1',
"playbackRate": 1,
"quality": "HIGH",
"seamless_audio": true,
"normalization": false,