Merge branch 'master' into enable-airplay-audioplayer

This commit is contained in:
Bill Thornton
2023-09-08 15:37:09 -04:00
committed by GitHub
55 changed files with 1149 additions and 494 deletions
+5 -1
View File
@@ -1,6 +1,7 @@
import ServerConnections from '../../components/ServerConnections';
import { PluginType } from '../../types/plugin.ts';
import * as userSettings from '../../scripts/settings/userSettings';
class BackdropScreensaver {
constructor() {
@@ -29,7 +30,10 @@ class BackdropScreensaver {
const newSlideShow = new Slideshow({
showTitle: true,
cover: true,
items: result.Items
items: result.Items,
autoplay: {
delay: userSettings.backdropScreensaverInterval() * 1000
}
});
newSlideShow.show();