mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
clean up
This commit is contained in:
parent
6cb6e10083
commit
a3c8e11025
4 changed files with 33 additions and 42 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue