Fix: remove duplicate hiresPath variable declaration
This commit is contained in:
parent
51be07f076
commit
033e4bb020
1 changed files with 0 additions and 1 deletions
|
|
@ -344,7 +344,6 @@ function performSwaps(xml, mediaBlocks, proxyLinks, options = {}) {
|
||||||
|
|
||||||
if (!hiresPath) continue;
|
if (!hiresPath) continue;
|
||||||
|
|
||||||
const hiresPath = hiresBlock.filePath;
|
|
||||||
const hiresTitle = hiresBlock.title || pathToTitle(hiresPath);
|
const hiresTitle = hiresBlock.title || pathToTitle(hiresPath);
|
||||||
|
|
||||||
// Calculate relative path for the high-res file
|
// Calculate relative path for the high-res file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue