mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Minor timeline fix
This commit is contained in:
parent
fc7052a7fa
commit
99881ccc23
@ -12,7 +12,7 @@ struct TimelineView: View {
|
||||
|
||||
private var current: Double {
|
||||
get {
|
||||
playerTime.currentTime.seconds
|
||||
max(0, playerTime.currentTime.seconds)
|
||||
}
|
||||
|
||||
set(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user