mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Allow old game IDs to be parsed
This commit is contained in:
@@ -16,6 +16,7 @@ export default async function gamedigProxyHandler(req, res) {
|
||||
host: url.hostname,
|
||||
port: url.port,
|
||||
givenPortOnly: true,
|
||||
checkOldIDs: true,
|
||||
});
|
||||
|
||||
res.status(200).send({
|
||||
|
||||
Reference in New Issue
Block a user