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

update references

This commit is contained in:
Luke Pulverenti 2015-11-28 10:40:03 -05:00
parent f65465a5ae
commit 77e3111ad1
5 changed files with 7 additions and 5 deletions

View file

@ -162,12 +162,14 @@
}).then(function () {
appStorage.setItem(cacheKey, 'true');
return true;
}, function (e) {
if (e.status == 404) {
appStorage.setItem(cacheKey, 'false');
}
return false;
});
}
}