persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.32k stars 656 forks source link

Fix: new_download_path not initialized when download path is not the default #1032

Closed amirsina-mashayekh closed 1 month ago

amirsina-mashayekh commented 1 month ago

If you change path before downloading, when download is completed, an exception is thrown in background and "Open File" and "Open Download Folder" buttons won't work.

Fixed it by initializing new_download_path with the user specified path.