mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix editing other user settings
This commit is contained in:
parent
1bcd33e011
commit
ea8007428e
6 changed files with 13 additions and 10 deletions
|
@ -251,5 +251,5 @@ define(['appSettings', 'events'], function (appSettings, events) {
|
|||
return this.get(key, true);
|
||||
};
|
||||
|
||||
return new UserSettings();
|
||||
return UserSettings;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue