mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
chromecast updates
This commit is contained in:
parent
3f2f3c177e
commit
e72026f55c
11 changed files with 582 additions and 200 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue