Selaa lähdekoodia

ShowEpisodeModel: Use MediaModel

Soomin Lee 6 vuotta sitten
vanhempi
commit
a03d329133
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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])