From ffd88491bdbf30b9eacf48d87977db9a4719d3f9 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 18 Dec 2025 17:30:14 +0100 Subject: [PATCH] Update meta-handler.js --- meta-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-handler.js b/meta-handler.js index bb5548f..648dc61 100644 --- a/meta-handler.js +++ b/meta-handler.js @@ -1,5 +1,5 @@ const MetaHandler = { - proxyPath: 'optional/metadata.php', + proxyPath: 'metadata.php', updateInterval: 20000, intervalId: null, proxyActive: false,