Browse Source

ShowEpisodeModel: Use MediaModel

Soomin Lee 6 years ago
parent
commit
a03d329133
1 changed files with 1 additions and 1 deletions
  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])