Minor timeline fix

This commit is contained in:
Arkadiusz Fal 2022-08-26 10:39:48 +02:00
parent fc7052a7fa
commit 99881ccc23

View File

@ -12,7 +12,7 @@ struct TimelineView: View {
private var current: Double {
get {
playerTime.currentTime.seconds
max(0, playerTime.currentTime.seconds)
}
set(value) {