From 38d1b95bd283d8150aa699ba3236be181fc05b73 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 30 Jan 2023 20:25:25 +0100 Subject: [PATCH] Fix the webDavUrl for NextcloudAccount Signed-off-by: Claudio Cambra --- .../NextcloudIntegration/FileProviderExt/NextcloudAccount.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/NextcloudAccount.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/NextcloudAccount.swift index 6af7046ad..6237fa578 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/NextcloudAccount.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/NextcloudAccount.swift @@ -24,7 +24,7 @@ class NextcloudAccount: NSObject { self.password = password self.ncKitAccount = user + " " + serverUrl self.serverUrl = serverUrl - self.davFilesUrl = serverUrl + webDavFilesUrlSuffix + self.davFilesUrl = serverUrl + webDavFilesUrlSuffix + user super.init() } -- 2.30.2