This commit is contained in:
parent
381e8b79b0
commit
f06f9517cc
2 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue