mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed review comments
This commit is contained in:
parent
57a0cd7713
commit
d36a8994fb
3 changed files with 11 additions and 6 deletions
|
@ -26,9 +26,8 @@ class BackdropScreensaver {
|
|||
|
||||
if (result.Items.length) {
|
||||
|
||||
import('slideshow').then(slideshow => {
|
||||
|
||||
var newSlideShow = new slideshow({
|
||||
import('slideshow').then(({default: Slideshow}) => {
|
||||
const newSlideShow = new Slideshow({
|
||||
showTitle: true,
|
||||
cover: true,
|
||||
items: result.Items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue