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

update cards

This commit is contained in:
Luke Pulverenti 2016-08-12 01:59:45 -04:00
parent c0e29e7542
commit 43a0e6ccea
6 changed files with 32 additions and 13 deletions

View file

@ -36,7 +36,7 @@
if (data) {
console.log('Found backdrop id list in cache. Key: ' + key)
console.log('Found backdrop id list in cache. Key: ' + key);
data = JSON.parse(data);
return Promise.resolve(data);
} else {