mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] populate existing config values in template
This commit is contained in:
@@ -22,7 +22,7 @@ router.get('/', (_, res) => {
|
||||
|
||||
router.get('/:configuration', (req, res) => {
|
||||
const configValues = parseConfiguration(req.params.configuration);
|
||||
const landingHTML = landingTemplate(manifest(configValues), configValues.providers, configValues.realdebrid);
|
||||
const landingHTML = landingTemplate(manifest(configValues), configValues);
|
||||
res.setHeader('content-type', 'text/html');
|
||||
res.end(landingHTML);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user