mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-16 14:51:52 +00:00
little things but this is good
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run
This commit is contained in:
parent
43892a3d43
commit
3a76110886
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ struct SoraApp: App {
|
||||||
if isAuthenticated {
|
if isAuthenticated {
|
||||||
Logger.shared.log("Trakt authentication is valid")
|
Logger.shared.log("Trakt authentication is valid")
|
||||||
} else {
|
} else {
|
||||||
Logger.shared.log("Trakt authentication required", type: "Warning")
|
Logger.shared.log("Trakt authentication required", type: "Error")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ class iCloudSyncManager {
|
||||||
|
|
||||||
func syncModulesFromiCloud() {
|
func syncModulesFromiCloud() {
|
||||||
guard let iCloudURL = self.ubiquityContainerURL else {
|
guard let iCloudURL = self.ubiquityContainerURL else {
|
||||||
Logger.shared.log("iCloud container not available", type: "Warning")
|
Logger.shared.log("iCloud container not available", type: "Error")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue