mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Shared seek model
This commit is contained in:
@@ -3,6 +3,8 @@ import Foundation
|
||||
import SwiftUI
|
||||
|
||||
final class SeekModel: ObservableObject {
|
||||
static let shared = SeekModel()
|
||||
|
||||
@Published var currentTime = CMTime.zero
|
||||
@Published var duration = CMTime.zero
|
||||
|
||||
|
Reference in New Issue
Block a user