mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make screensaver names translateable
This commit is contained in:
parent
a6a1a39eaf
commit
2c608aa7d6
4 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@ import * as userSettings from '../../scripts/settings/userSettings';
|
|||
|
||||
class BackdropScreensaver {
|
||||
constructor() {
|
||||
this.name = 'Backdrop ScreenSaver';
|
||||
this.name = "BackdropScreensaver";
|
||||
this.type = PluginType.Screensaver;
|
||||
this.id = 'backdropscreensaver';
|
||||
this.supportsAnonymous = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue