From 12832845728632b7b1c8e2f38b4fc02517ba6b78 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 29 Jul 2024 16:05:51 +0800 Subject: [PATCH] Remove ncAccount usages removed in NCFPK API Signed-off-by: Claudio Cambra --- .../FileProviderExt/FileProviderExtension.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift index 533d20d569e47..fd3670a38f2c2 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExtension.swift @@ -221,7 +221,6 @@ import OSLog request: request, domain: self.domain, remoteInterface: ncKit, - ncAccount: ncAccount, progress: progress ) @@ -294,7 +293,6 @@ import OSLog contents: newContents, options: options, request: request, - ncAccount: ncAccount, domain: domain, progress: progress ) @@ -370,7 +368,6 @@ import OSLog return Enumerator( enumeratedItemIdentifier: containerItemIdentifier, - ncAccount: ncAccount, remoteInterface: ncKit, domain: domain, fastEnumeration: config.fastEnumerationEnabled,