mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
manual deuglify for appStorage
This commit is contained in:
parent
c3c035a7d7
commit
a5278f3b78
1 changed files with 3 additions and 1 deletions
4
src/bower_components/apiclient/appStorage.js
vendored
4
src/bower_components/apiclient/appStorage.js
vendored
|
@ -41,7 +41,9 @@ define([], function() {
|
|||
};
|
||||
|
||||
try {
|
||||
self.caches && caches.open("embydata").then(onCacheOpened.bind(this));
|
||||
if (self.caches) {
|
||||
self.caches.open("embydata").then(onCacheOpened.bind(this));
|
||||
}
|
||||
} catch (err) {
|
||||
console.log("Error opening cache: " + err);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue