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

chromecast updates

This commit is contained in:
Luke Pulverenti 2014-04-06 13:53:23 -04:00
parent 3f2f3c177e
commit e72026f55c
11 changed files with 582 additions and 200 deletions

View file

@ -20,14 +20,14 @@
loadSavedQueryValues: function (key, query) {
//var values = localStorage.getItem(key + '_' + Dashboard.getCurrentUserId());
var values = localStorage.getItem(key + '_' + Dashboard.getCurrentUserId());
//if (values) {
if (values) {
// values = JSON.parse(values);
values = JSON.parse(values);
// return $.extend(query, values);
//}
return $.extend(query, values);
}
return query;
},
@ -1397,7 +1397,7 @@
var url;
var imageHeight = 440;
var imageHeight = 600;
if (imageTags.Primary) {