Browse Source

AppCoordinator: Add medialibrary as a service

Soomin Lee 7 years ago
parent
commit
b780db0964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Coordinators/AppCoordinator.swift

+ 1 - 1
Sources/Coordinators/AppCoordinator.swift

@@ -12,7 +12,7 @@
 
 
 @objc(VLCService)
 @objc(VLCService)
 class Services: NSObject {
 class Services: NSObject {
-    @objc let mediaDataSource = VLCMediaDataSource()
+    @objc let medialibraryManager = VLCMediaLibraryManager()
     @objc let rendererDiscovererManager = VLCRendererDiscovererManager(presentingViewController: nil)
     @objc let rendererDiscovererManager = VLCRendererDiscovererManager(presentingViewController: nil)
 }
 }