1
0
Fork 0
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:
Bill Thornton 2020-03-05 00:04:41 -05:00
parent 1bcd33e011
commit ea8007428e
6 changed files with 13 additions and 10 deletions

View file

@ -251,5 +251,5 @@ define(['appSettings', 'events'], function (appSettings, events) {
return this.get(key, true);
};
return new UserSettings();
return UserSettings;
});