diverse correction
This commit is contained in:
@@ -575,7 +575,7 @@ autopostRouter.get('/dl', (req, res) => {
|
||||
console.log("Tentative de téléchargement (archive 7z) :", archiveFilePath);
|
||||
|
||||
// Utilisation du répertoire temporaire
|
||||
const tmpDir = os.tmpdir();
|
||||
const tmpDir = path.join(__dirname, 'tmp');
|
||||
// Le fichier extrait attendu (sans dossier interne grâce à "7z e")
|
||||
const extractedFilePath = path.join(tmpDir, base + '.nzb');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user