|
@@ -72,7 +72,7 @@ class NCService: NSObject {
|
|
|
|
|
|
// Call func thath required the userdID
|
|
|
self.appDelegate.activeFavorites.listingFavorites()
|
|
|
- self.appDelegate.activeMedia.reloadDataSource(loadNetworkDatasource: true)
|
|
|
+ //self.appDelegate.activeMedia.reloadDataSource(loadNetworkDatasource: true)
|
|
|
NCFunctionMain.sharedInstance.synchronizeOffline()
|
|
|
|
|
|
DispatchQueue.global().async {
|