1
0
Fork 0
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:
vitorsemeano 2019-03-18 23:20:29 +00:00
parent c3c035a7d7
commit a5278f3b78

View file

@ -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);
}