浏览代码

VLCPlaylistCollectionViewCell: Update to VLCMLKit change

Soomin Lee 6 年之前
父节点
当前提交
4737feff90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCPlaylistCollectionViewCell.m

+ 1 - 1
Sources/VLCPlaylistCollectionViewCell.m

@@ -213,7 +213,7 @@
     _subtitleLabel.text = [NSString stringWithFormat:@"%@ - %@",
     _subtitleLabel.text = [NSString stringWithFormat:@"%@ - %@",
                            [_media formatDuration],
                            [_media formatDuration],
                            [_media formatSize]];
                            [_media formatSize]];
-    _thumbnailView.image = [UIImage imageWithContentsOfFile:_media.thumbnail];
+    _thumbnailView.image = [UIImage imageWithContentsOfFile:_media.thumbnail.absoluteString];
 }
 }
 
 
 - (void)_updatedDisplayedInformationForKeyPath:(NSString *)keyPath
 - (void)_updatedDisplayedInformationForKeyPath:(NSString *)keyPath