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

Change double quotes to single quotes

This commit is contained in:
Lukáš Kucharczyk 2023-09-20 07:57:16 +02:00
parent 2c608aa7d6
commit aad5f9dc95

View file

@ -5,7 +5,7 @@ import * as userSettings from '../../scripts/settings/userSettings';
class BackdropScreensaver { class BackdropScreensaver {
constructor() { constructor() {
this.name = "BackdropScreensaver"; this.name = 'BackdropScreensaver';
this.type = PluginType.Screensaver; this.type = PluginType.Screensaver;
this.id = 'backdropscreensaver'; this.id = 'backdropscreensaver';
this.supportsAnonymous = false; this.supportsAnonymous = false;