Explorar o código

VLCPlaylistCollectionViewCell: Update to VLCMLKit change

Soomin Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
4737feff90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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