mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5346.38509
This commit is contained in:
parent
3f09347bf7
commit
e66a2c5c14
6 changed files with 39 additions and 25 deletions
|
@ -102,7 +102,7 @@
|
|||
}).join('');
|
||||
|
||||
select.html(selectHtml).selectmenu('refresh');
|
||||
|
||||
|
||||
select.val(lastPlaylistId || '').selectmenu('refresh').trigger('change');
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
@ -210,7 +210,8 @@
|
|||
|
||||
var url = ApiClient.getUrl("Playlists/" + id + "/Items", {
|
||||
|
||||
Ids: $('.fldSelectedItemIds', panel).val() || ''
|
||||
Ids: $('.fldSelectedItemIds', panel).val() || '',
|
||||
userId: Dashboard.getCurrentUserId()
|
||||
});
|
||||
|
||||
ApiClient.ajax({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue