mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update guestinviter.js
This commit is contained in:
parent
c5eb3f1f7c
commit
a99b81d588
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
dataType: 'json',
|
||||
data: {
|
||||
|
||||
ConnectUsername: $('#txtConnectUsername', dlg).val(),
|
||||
ConnectUsername: dlg.querySelector('#txtConnectUsername').value,
|
||||
EnabledLibraries: shareExcludes.join(','),
|
||||
SendingUserId: Dashboard.getCurrentUserId(),
|
||||
EnableLiveTv: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue