fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 8m42s

This commit is contained in:
doomtube 2026-01-11 20:15:00 -05:00
parent 381e8b79b0
commit f06f9517cc
2 changed files with 2 additions and 1 deletions

View file

@ -2710,7 +2710,7 @@ void UserController::updateScreensaver(const HttpRequestPtr &req,
if (timeoutMinutes > 30) timeoutMinutes = 30;
// Validate screensaver type
if (type != "snowfall" && type != "fractal_crystalline" && type != "random") {
if (type != "snowfall" && type != "fractal_crystalline" && type != "mandelbrot_zoom" && type != "random") {
type = "snowfall";
}