Merge pull request #5357 from RafaelsRamos/bug/5355

fix: Error on Settings > Player > Playback speed
This commit is contained in:
Bnyro 2023-12-19 15:09:12 +01:00 committed by GitHub
commit 03e391dd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@
android:icon="@drawable/ic_speed"
app:defValue="1.0"
app:key="playback_speed"
app:stepSize="0.1"
app:stepSize="0.05"
app:title="@string/playback_speed"
app:valueFrom="0.2"
app:valueTo="4.0" />