|
@@ -19,7 +19,7 @@ import Foundation
|
|
|
}
|
|
|
|
|
|
public class VLCMediaViewController: UICollectionViewController, UISearchResultsUpdating, UISearchControllerDelegate {
|
|
|
- private var services: Services
|
|
|
+ private var services: Services!
|
|
|
private var mediaDatasourceAndDelegate: MediaDataSourceAndDelegate?
|
|
|
private var searchController: UISearchController?
|
|
|
private let searchDataSource = VLCLibrarySearchDisplayDataSource()
|
|
@@ -47,7 +47,6 @@ public class VLCMediaViewController: UICollectionViewController, UISearchResults
|
|
|
}
|
|
|
|
|
|
public override init(collectionViewLayout layout: UICollectionViewLayout) {
|
|
|
- self.services = Services()
|
|
|
super.init(collectionViewLayout: layout)
|
|
|
}
|
|
|
|