|
@@ -99,7 +99,7 @@ class BFVideoThumbProgressView: BFProgressBaseView {
|
|
|
/// 处理视频缩略图
|
|
|
func dealWithVideoThumb() {
|
|
|
if recordItem?.videoAsset == nil && recordItem?.playItem == nil {
|
|
|
- BFLog(message: "this is runing 视频数据有问题!!!!type \( recordItem?.mediaType)")
|
|
|
+ BFLog(message: "this is runing 视频数据有问题!!!!type \(String(describing: recordItem?.mediaType))")
|
|
|
addThumbImages(images: [UIImage]())
|
|
|
// DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {[weak self] in
|
|
|
// guard let wself = self else { return }
|