little things but this is good
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
Francesco 2025-04-19 10:31:17 +02:00
parent 43892a3d43
commit 3a76110886
2 changed files with 2 additions and 2 deletions

View file

@ -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")
}
}
}

View file

@ -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
}