From 3c8ea4d1880fc89a71132f115bec6d462435369a Mon Sep 17 00:00:00 2001 From: yazninja Date: Mon, 25 Jul 2022 18:40:54 +0800 Subject: [PATCH] hd all album work --- src/renderer/main/vueapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index e014694e..92729f7d 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -3945,7 +3945,7 @@ const app = new Vue({ if (width) { width = parseInt(width * window.devicePixelRatio) } - let newurl = `${url.replace('{w}', width ?? height).replace('{h}', height).replace('{f}', "webp").replace('{c}', ((width === 900) ? "sr" : "bb"))}`; + let newurl = `${url.replace('{w}', width ?? height).replace('{h}', height).replace('{f}', "webp").replace('{c}', ((width === 900 || width === 380 || width === 600 ) ? "sr" : "bb"))}`; if (newurl.includes("900x516")) { newurl = newurl.replace("900x516cc", "900x516sr").replace("900x516bb", "900x516sr");