소스 검색

MediaCategoryViewController: Rename subcategory to category

Soomin Lee 7 년 전
부모
커밋
5d14555798
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/MediaCategories/MediaCategoryViewController.swift

+ 1 - 1
Sources/MediaCategories/MediaCategoryViewController.swift

@@ -164,7 +164,7 @@ class VLCMediaCategoryViewController<T>: UICollectionViewController, UICollectio
                 playlistCell.mediaObject = mediaObject
             }
 
-            if let media = subcategory.files[indexPath.row] as? VLCMLMedia {
+            if let media = category.files[indexPath.row] as? VLCMLMedia {
                 playlistCell.media = media
                 if media.mainFile() == nil {
                     playlistCell.media = nil