feat: Updated screensaver image mode fetches random images (#2430)

BREAKING CHANGE: The `screensaver` image mode now shows a random image
from [picsum.photos](picsum.photos) instead of the embedded default
image. If you previously set `image.mode: screensaver`, change it to
`image.mode: default` to restore the previous behavior.
This commit is contained in:
Dermot Duffy
2026-06-30 17:45:12 -07:00
committed by dermotduffy
parent 9535bb8aa0
commit e2cceb55c8
11 changed files with 97 additions and 39 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ describe('config defaults', () => {
},
image: {
mode: 'auto',
refresh_seconds: 1,
refresh_seconds: 'auto',
},
live_provider: 'auto',
motioneye: {
@@ -83,7 +83,7 @@ describe('config defaults', () => {
ssl_verification: 'auto',
enabled: false,
},
refresh_seconds: 1,
refresh_seconds: 'auto',
zoomable: true,
},
live: {