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:
parent
8522ccbafb
commit
4d8da10b99
2 changed files with 34 additions and 18 deletions
6
dashboard-ui/cordova/registrationservices.js
vendored
6
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue