1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fixed lint

This commit is contained in:
Cromefire_ 2020-05-05 23:51:00 +02:00
parent 3549bd5700
commit bd003e6e8a
No known key found for this signature in database
GPG key ID: D3D3DB179F435F0C
9 changed files with 501 additions and 501 deletions

View file

@ -1,21 +1,21 @@
/* eslint-disable indent */
import connectionManager from "connectionManager";
import connectionManager from 'connectionManager';
class BackdropScreensaver {
constructor() {
this.name = "Backdrop ScreenSaver";
this.type = "screensaver";
this.id = "backdropscreensaver";
this.name = 'Backdrop ScreenSaver';
this.type = 'screensaver';
this.id = 'backdropscreensaver';
this.supportsAnonymous = false;
}
show() {
const query = {
ImageTypes: "Backdrop",
EnableImageTypes: "Backdrop",
IncludeItemTypes: "Movie,Series,MusicArtist",
SortBy: "Random",
ImageTypes: 'Backdrop',
EnableImageTypes: 'Backdrop',
IncludeItemTypes: 'Movie,Series,MusicArtist',
SortBy: 'Random',
Recursive: true,
Fields: "Taglines",
Fields: 'Taglines',
ImageTypeLimit: 1,
StartIndex: 0,
Limit: 200
@ -26,7 +26,7 @@ class BackdropScreensaver {
if (result.Items.length) {
import("slideshow").then(slideshow => {
import('slideshow').then(slideshow => {
var newSlideShow = new slideshow({
showTitle: true,