Преглед на файлове

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])