diff --git a/app.py b/app.py index 4d99ca6..e5787b7 100644 --- a/app.py +++ b/app.py @@ -121,7 +121,7 @@ def run_download(download_id, urls, format_type, delete_old, copy_choice): else: download_dir = os.getenv('DOWNLOAD_DIR_MP3', '/home/jules/Musique/mp3') - copy_destination = os.getenv('COPY_DESTINATION', '/mnt/data/Musique') + copy_destination = os.getenv('COPY_DESTINATION', '/mnt/Musique') if delete_old and os.path.exists(download_dir): shutil.rmtree(download_dir)