From 5b3160f144440fb23f2ce6d4cc3595940eb75a7d Mon Sep 17 00:00:00 2001 From: breakgimme <30757793+breakgimme@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:17:51 +0200 Subject: [PATCH] fix map loading after migration from openfreemap to custom map backend --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 8aa3061..b0b5c9d 100644 --- a/src/main.js +++ b/src/main.js @@ -99,7 +99,7 @@ inject(() => { .catch(err => { console.error(`%c${name}%c: Failed to parse JSON: `, consoleStyle, '', err); }); - } else if (contentType.includes('image/') && (!endpointName.includes('openfreemap'))) { + } else if (contentType.includes('image/') && (!endpointName.includes('openfreemap') && !endpointName.includes('maps'))) { // Fetch custom for all images but opensourcemap const blink = Date.now(); // Current time