mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Fix #163
This commit is contained in:
@@ -22,7 +22,7 @@ class Segment: ObservableObject, Hashable {
|
||||
}
|
||||
|
||||
var endTime: CMTime {
|
||||
CMTime(seconds: end, preferredTimescale: 1000)
|
||||
.secondsInDefaultTimescale(end)
|
||||
}
|
||||
|
||||
init(category: String, segment: [Double], uuid: String, videoDuration: Int) {
|
||||
|
Reference in New Issue
Block a user