1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update live tv cache location

This commit is contained in:
Luke Pulverenti 2015-10-24 11:33:22 -04:00
parent 8522ccbafb
commit 4d8da10b99
2 changed files with 34 additions and 18 deletions

View file

@ -214,11 +214,12 @@
$(elem).on('iron-overlay-closed', function () {
if (isCancelled) {
clearCurrentDisplayingInfo();
clearCurrentDisplayingInfo();
if (isCancelled) {
deferred.reject();
}
$(this).remove();
});
}
@ -268,7 +269,6 @@
isCancelled = false;
clearCurrentDisplayingInfo();
cancelInAppPurchase();
deferred.resolve();
}