1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
grafixeyehero 2023-04-11 02:53:38 +03:00
parent 6cb6e10083
commit a3c8e11025
4 changed files with 33 additions and 42 deletions

View file

@ -62,8 +62,6 @@ function saveUser(page) {
Name: $('#txtUsername', page).val(),
Password: $('#txtPassword', page).val()
};
//user.Name = $('#txtUsername', page).val();
//user.Password = $('#txtPassword', page).val();
ApiClient.createUser(_user).then(function (user) {
user.Policy.EnableAllFolders = $('#chkEnableAllFolders', page).is(':checked');
user.Policy.EnabledFolders = [];