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:
parent
2c608aa7d6
commit
aad5f9dc95
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue