Soomin Lee 5 лет назад
Родитель
Сommit
f0d63cb2f6
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      SharedSources/MediaLibraryModel/ArtistModel.swift

+ 0 - 5
SharedSources/MediaLibraryModel/ArtistModel.swift

@@ -102,11 +102,6 @@ extension VLCMLArtist: MediaCollectionModel {
     func title() -> String {
         return name
     }
-
-    func sortFilesInCollection(with criteria: VLCMLSortingCriteria,
-                               desc: Bool) -> [VLCMLMedia]? {
-        return nil
-    }
 }
 
 extension VLCMLArtist {