1
0
Fork 0
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:
Luke Pulverenti 2015-10-19 11:33:49 -04:00
parent c5bcf6843e
commit 9ac4e53a8d
2 changed files with 2 additions and 1 deletions

View file

@ -128,7 +128,8 @@
ApiClient.downloadRemoteImage(options).done(function () {
hasChanges = true;
history.back();
var dlg = $(page).parents('paper-dialog')[0];
PaperDialogHelper.close(dlg);
});
}