refactor: move media settings into dedicated config

This commit is contained in:
Leon.Schmidt
2026-08-17 02:13:07 +02:00
parent 3e35a12efd
commit 7d770b838a
5 changed files with 89 additions and 77 deletions
+1 -1
View File
@@ -972,7 +972,7 @@ end)
if not api_configured() then
Bridge.Debug(
"warn",
"[sky_phone] Camera uploads and FiveManage imports are disabled until Config.Media.FiveManage.ApiKey is set in config/config.lua."
"[sky_phone] Camera uploads and FiveManage imports are disabled until Config.Media.FiveManage.ApiKey is set in config/media.lua."
)
end
end)