Explorar o código

ShowEpisodeModel: Use MediaModel

Soomin Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
a03d329133
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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])