|
@@ -1030,7 +1030,7 @@ extension PQStuckPointPublicController {
|
|
|
reCreateVideo.reProduceVideoFlag = 1
|
|
|
self?.videoData?.reCreateVideoData = reCreateVideo
|
|
|
}
|
|
|
- postNotification(name: cPublishStuckPointSuccessKey, userInfo: ["newVideoData": self?.videoData!])
|
|
|
+ postNotification(name: cPublishStuckPointSuccessKey, userInfo: ["newVideoData": self?.videoData ?? PQVideoListModel()])
|
|
|
BFLog(message: "发布成功==\(videoData.title ?? ""),uplpadBucketKey = \(videoData.uplpadBucketKey ?? "")")
|
|
|
|
|
|
|