mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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 {
|
private var current: Double {
|
||||||
get {
|
get {
|
||||||
playerTime.currentTime.seconds
|
max(0, playerTime.currentTime.seconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
set(value) {
|
set(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user