فهرست منبع

VLCAudioPlaylistCategoryViewController: Use PlaylistModel

(closes #294)
Soomin Lee 6 سال پیش
والد
کامیت
f86b511ecb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Sources/MediaCategories/MediaCategory.swift

+ 1 - 1
Sources/MediaCategories/MediaCategory.swift

@@ -82,7 +82,7 @@ class VLCAlbumCategoryViewController: VLCMediaCategoryViewController {
 
 class VLCAudioPlaylistCategoryViewController: VLCMediaCategoryViewController {
     init(_ services: Services) {
-        let model = VideoModel(medialibrary: services.medialibraryManager)
+        let model = PlaylistModel(medialibrary: services.medialibraryManager)
         super.init(services: services, category: model)
         category.updateView = { [weak self] in
             self?.reloadData()