mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: wrong download paths in libtorrent logic
This commit is contained in:
@@ -89,7 +89,7 @@ def add_download(magnet_uri):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
params = lt.parse_magnet_uri(magnet_uri)
|
params = lt.parse_magnet_uri(magnet_uri)
|
||||||
params.save_path = "."
|
params.save_path = state.download_path
|
||||||
|
|
||||||
handle = state.dl_session.add_torrent(params)
|
handle = state.dl_session.add_torrent(params)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user