mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add library access to new user page
This commit is contained in:
parent
06b84f98d1
commit
7884354722
5 changed files with 128 additions and 21 deletions
|
@ -51,9 +51,7 @@
|
|||
|
||||
} else {
|
||||
|
||||
user = { Name: $('#txtUsername', form).val() };
|
||||
|
||||
ApiClient.createUser(user).done(onSaveComplete);
|
||||
ApiClient.createUser($('#txtUsername', form).val()).done(onSaveComplete);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue