Fix seek start & clean up code

This commit is contained in:
Damontecres 2025-11-05 15:17:54 -05:00
parent 5255a89126
commit c648be4fa3
No known key found for this signature in database
3 changed files with 17 additions and 2 deletions

View file

@ -274,7 +274,7 @@ fun SeekBar(
modifier = Modifier.fillMaxWidth(),
interactionSource = interactionSource,
enabled = isEnabled,
durationMs = player.contentDuration,
durationMs = player.duration,
seekBack = seekBack,
seekForward = seekForward,
)