Skip to content

Commit 9bed126

Browse files
committed
Replace video file get with actual implementation (#64)
1 parent 90a325c commit 9bed126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/MuxUploadSDK/PublicAPI/MuxUpload.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ public final class MuxUpload : Hashable, Equatable {
404404
the upload has been prepared
405405
*/
406406
public var videoFile: URL? {
407-
#warning("This isn't the actual implementation, should return either the exported asset file URL or the standardized file URL depending on the inspection result")
408-
return (input.sourceAsset as? AVURLAsset)?.url
407+
return fileWorker?.inputFileURL
409408
}
410409

411410
/**

0 commit comments

Comments
 (0)