|
@@ -235,8 +235,8 @@ class NCService: NSObject, OCNetworkingDelegate {
|
|
|
appDelegate.settingActiveAccount(tableAccount.account, activeUrl: tableAccount.url, activeUser: tableAccount.user, activeUserID: tableAccount.userID, activePassword: tableAccount.password)
|
|
|
|
|
|
// Call func thath required the userdID
|
|
|
- appDelegate.activeFavorites.readListingFavorites()
|
|
|
- appDelegate.activePhotos.readPhotoVideo()
|
|
|
+ appDelegate.activeFavorites.searchFavorite()
|
|
|
+ appDelegate.activePhotos.searchPhotoVideo()
|
|
|
|
|
|
DispatchQueue.global(qos: .default).async {
|
|
|
|