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

update images

This commit is contained in:
Luke Pulverenti 2016-10-12 14:50:48 -04:00
parent d08286c538
commit 0aa60e3a16

View file

@ -176,7 +176,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser
url = url.split('?')[0]; url = url.split('?')[0];
var cacheKey = 'vibrant8'; var cacheKey = 'vibrant11';
return cacheKey + url; return cacheKey + url;
} }
@ -200,24 +200,24 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser
if (swatch) { if (swatch) {
value += swatch.getHex() + '|' + swatch.getBodyTextColor(); value += swatch.getHex() + '|' + swatch.getBodyTextColor();
} }
swatch = swatches.DarkMuted; //swatch = swatches.DarkMuted;
if (swatch) { //if (swatch) {
value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor();
} else { //} else {
value += '||'; // value += '||';
} //}
swatch = swatches.Vibrant; //swatch = swatches.Vibrant;
if (swatch) { //if (swatch) {
value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor();
} else { //} else {
value += '||'; // value += '||';
} //}
swatch = swatches.Muted; //swatch = swatches.Muted;
if (swatch) { //if (swatch) {
value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor();
} else { //} else {
value += '||'; // value += '||';
} //}
appSettings.set(getSettingsKey(url), value); appSettings.set(getSettingsKey(url), value);