mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix dlna playlist
This commit is contained in:
parent
c5bcf6843e
commit
9ac4e53a8d
2 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@
|
|||
ApiClient.downloadRemoteImage(options).done(function () {
|
||||
|
||||
hasChanges = true;
|
||||
history.back();
|
||||
var dlg = $(page).parents('paper-dialog')[0];
|
||||
PaperDialogHelper.close(dlg);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue