소스 검색

ShowEpisodeModel: Use MediaModel

Soomin Lee 6 년 전
부모
커밋
a03d329133
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SharedSources/MediaLibraryModel/ShowEpisodeModel.swift

+ 1 - 1
SharedSources/MediaLibraryModel/ShowEpisodeModel.swift

@@ -9,7 +9,7 @@
  * Refer to the COPYING file of the official project for license.
  *****************************************************************************/
 
-class ShowEpisodeModel: MLBaseModel {
+class ShowEpisodeModel: MediaModel {
     typealias MLType = VLCMLMedia
 
     var sortModel = SortModel([.alpha, .duration, .insertionDate, .releaseDate, .fileSize])