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:
committed by
dermotduffy
parent
9535bb8aa0
commit
e2cceb55c8
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user