1
0

diverse correction

This commit is contained in:
unfr
2025-04-17 19:24:47 +02:00
parent 8a2ab455f8
commit 4f0b2c82e3
3 changed files with 4 additions and 4 deletions

View File

@@ -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');