Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Data/NCManageDatabase+Video.swift')
-rw-r--r--iOSClient/Data/NCManageDatabase+Video.swift8
1 files changed, 4 insertions, 4 deletions
diff --git a/iOSClient/Data/NCManageDatabase+Video.swift b/iOSClient/Data/NCManageDatabase+Video.swift
index 34723d9ec..2ea740cb4 100644
--- a/iOSClient/Data/NCManageDatabase+Video.swift
+++ b/iOSClient/Data/NCManageDatabase+Video.swift
@@ -23,7 +23,7 @@
import Foundation
import RealmSwift
-import NCCommunication
+import NextcloudKit
extension NCManageDatabase {
@@ -60,7 +60,7 @@ extension NCManageDatabase {
}
}
} catch let error {
- NCCommunicationCommon.shared.writeLog("Could not write to database: \(error)")
+ NKCommon.shared.writeLog("Could not write to database: \(error)")
}
}
@@ -92,7 +92,7 @@ extension NCManageDatabase {
}
}
} catch let error {
- NCCommunicationCommon.shared.writeLog("Could not write to database: \(error)")
+ NKCommon.shared.writeLog("Could not write to database: \(error)")
}
}
@@ -146,7 +146,7 @@ extension NCManageDatabase {
realm.delete(result)
}
} catch let error {
- NCCommunicationCommon.shared.writeLog("Could not write to database: \(error)")
+ NKCommon.shared.writeLog("Could not write to database: \(error)")
}
}
}