mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
31449f85de
commit
7acfaee309
15 changed files with 86 additions and 143 deletions
|
@ -144,6 +144,10 @@
|
|||
function onDialogClosed() {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
// hardcoding this to true for now until libraryOptions are taken into account
|
||||
hasChanges = true;
|
||||
|
||||
currentDeferred.resolveWith(null, [hasChanges]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue