Browse Source

VLCPlaylistCollectionViewCell: Update to VLCMLKit change

Soomin Lee 6 years ago
parent
commit
4737feff90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCPlaylistCollectionViewCell.m

+ 1 - 1
Sources/VLCPlaylistCollectionViewCell.m

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