Randomize backdrop images in screensaver

This provides a more varied experience viewing the backdrop screensaver.
This commit is contained in:
Yenof 2023-10-28 17:11:33 -07:00 committed by Dmitry Lyzo
parent 1f4efb34f9
commit 7265308c8b
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class BackdropScreensaver {
SortBy: 'Random',
Recursive: true,
Fields: 'Taglines',
ImageTypeLimit: 1,
ImageTypeLimit: 10,
StartIndex: 0,
Limit: 200
};