From 0aa60e3a163eb2f81e8e89cf9e6940d55a659ab4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 12 Oct 2016 14:50:48 -0400 Subject: [PATCH] update images --- .../emby-webcomponents/images/imagehelper.js | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js b/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js index 004aa12a71..8a7ba18894 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js +++ b/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js @@ -176,7 +176,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser url = url.split('?')[0]; - var cacheKey = 'vibrant8'; + var cacheKey = 'vibrant11'; return cacheKey + url; } @@ -200,24 +200,24 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser if (swatch) { value += swatch.getHex() + '|' + swatch.getBodyTextColor(); } - swatch = swatches.DarkMuted; - if (swatch) { - value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); - } else { - value += '||'; - } - swatch = swatches.Vibrant; - if (swatch) { - value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); - } else { - value += '||'; - } - swatch = swatches.Muted; - if (swatch) { - value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); - } else { - value += '||'; - } + //swatch = swatches.DarkMuted; + //if (swatch) { + // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); + //} else { + // value += '||'; + //} + //swatch = swatches.Vibrant; + //if (swatch) { + // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); + //} else { + // value += '||'; + //} + //swatch = swatches.Muted; + //if (swatch) { + // value += '|' + swatch.getHex() + '|' + swatch.getBodyTextColor(); + //} else { + // value += '||'; + //} appSettings.set(getSettingsKey(url), value);