Skip to content

Commit 632be2c

Browse files
authored
feat(playback): increase crossfade duration limit to 15 seconds
Signed-off-by: Alessio Attilio <attilio.alessio@protonmail.com>
1 parent 48ae427 commit 632be2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/kotlin/com/metrolist/music/ui/screens/settings/PlayerSettings.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ fun PlayerSettings(
300300
Slider(
301301
value = crossfadeDuration,
302302
onValueChange = onCrossfadeDurationChange,
303-
valueRange = 1f..12f,
304-
steps = 11
303+
valueRange = 1f..15f,
304+
steps = 14
305305
)
306306
}
307307
}

0 commit comments

Comments
 (0)