mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-21 18:00:49 +00:00
Minor fix in playback speed setting.
This commit is contained in:
parent
5227041398
commit
13100dc38d
1 changed files with 2 additions and 1 deletions
|
@ -598,7 +598,8 @@ class Settings : FragmentedStorageFileJson() {
|
|||
4 -> 2.25
|
||||
5 -> 2.5
|
||||
6 -> 2.75
|
||||
else -> 3.0
|
||||
7 -> 3.0
|
||||
else -> 2.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue