|
@@ -1914,7 +1914,8 @@ extension PQStuckPointEditerController {
|
|
|
material.asset == photo.asset
|
|
|
})
|
|
|
// MARK: SanW-2021.11.15-不在导出到沙盒,直接用本地地址
|
|
|
- tempPhoto?.locationPath = fileName?.replacingOccurrences(of: "file:///", with: "")
|
|
|
+ tempPhoto?.locationPath = fileName.replacingOccurrences(of: "file:///", with: "")
|
|
|
+ dispatchGroup.leave()
|
|
|
// if fileName.count > 0 {
|
|
|
// createDirectory(path: photoLibraryDirectory)
|
|
|
// let outFilePath = photoLibraryDirectory + fileName.md5 + ".mp4"
|