Update downloads dir

This commit is contained in:
Ryan Whytsell 2025-10-21 19:36:33 -04:00
parent da965f4324
commit 17d9e24f98
Signed by: Epithium
GPG Key ID: 940AC18C08E925EA
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { spawn } from 'child_process';
import path from 'path';
import fs from 'fs';
const DOWNLOADS_DIR = path.join(__dirname, '../../downloads');
const DOWNLOADS_DIR = '/var/www/vidrip/downloads';
// Ensure downloads directory exists
if (!fs.existsSync(DOWNLOADS_DIR)) {