Przeglądaj źródła

ShowEpisodeModel: Use MediaModel

Soomin Lee 6 lat temu
rodzic
commit
a03d329133

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