|
@@ -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]())
|
|
|
|
|
|
|