Fix error on processing odd number in Settings > Player > Playback speed

This commit is contained in:
RafaRamos 2023-12-19 14:18:14 +01:00
parent 8143b68fa2
commit 012976db90

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" />