|  | @@ -55,7 +55,9 @@ open class BFImageCoverViewCell: UICollectionViewCell {
 | 
											
												
													
														|  |          super.init(frame: frame)
 |  |          super.init(frame: frame)
 | 
											
												
													
														|  |          contentView.addSubview(playView)
 |  |          contentView.addSubview(playView)
 | 
											
												
													
														|  |          contentView.addSubview(playBtn)
 |  |          contentView.addSubview(playBtn)
 | 
											
												
													
														|  | -        contentView.addSubview(playImageView)
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if(recordItem?.mediaType == .Image){
 | 
											
												
													
														|  | 
 |  | +            contentView.addSubview(playImageView)            
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      public required init?(coder _: NSCoder) {
 |  |      public required init?(coder _: NSCoder) {
 |