mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 10:28:11 +00:00
Add share actions to video context menu
This commit is contained in:
@@ -26,7 +26,7 @@ class Segment: ObservableObject, Hashable {
|
||||
formatter.minimumFractionDigits = 0
|
||||
formatter.maximumFractionDigits = 1
|
||||
|
||||
return formatter.string(from: NSNumber(value: duration)) ?? ""
|
||||
return formatter.string(from: NSNumber(value: duration.rounded())) ?? ""
|
||||
}
|
||||
|
||||
var endTime: CMTime {
|
||||
|
Reference in New Issue
Block a user