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,