refactor: standardize version key in build_info.json and enhance download selection logic in download.py

feat: add SVG icons for play, pause, and folder actions in gui.py; implement status bar for download speed display
fix: remove unnecessary newline in libtorrent_misc.py and streamline update checker logic in update_checker.py
This commit is contained in:
Vxrtrauter
2026-03-07 20:41:03 +01:00
parent 4d1a639651
commit fbc2225878
5 changed files with 254 additions and 26 deletions
-1
View File
@@ -76,7 +76,6 @@ def check_deleted_files(shutdown_event):
consoleLog(f"Registered File Deletion: {status.name}")
state.dl_session.remove_torrent(magnetdl)
del state.active_downloads[magnet_uri]
except Exception:
pass
time.sleep(5)