mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +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 {
|
||||
Logger.shared.log("Trakt authentication is valid")
|
||||
} 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() {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue