mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3f3a76cc54
commit
75ef43aeb9
18 changed files with 152 additions and 75 deletions
|
@ -210,7 +210,7 @@
|
|||
|
||||
dlg.addEventListener('close', function () {
|
||||
|
||||
if (selectedId) {
|
||||
if (selectedId != null) {
|
||||
if (options.callback) {
|
||||
options.callback(selectedId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue