mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update references
This commit is contained in:
parent
f65465a5ae
commit
77e3111ad1
5 changed files with 7 additions and 5 deletions
2
dashboard-ui/cordova/android/iap.js
vendored
2
dashboard-ui/cordova/android/iap.js
vendored
|
@ -162,12 +162,14 @@
|
|||
}).then(function () {
|
||||
|
||||
appStorage.setItem(cacheKey, 'true');
|
||||
return true;
|
||||
|
||||
}, function (e) {
|
||||
|
||||
if (e.status == 404) {
|
||||
appStorage.setItem(cacheKey, 'false');
|
||||
}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue