mirror of
https://github.com/RetroGameSets/RGSX.git
synced 2026-05-20 04:15:25 +02:00
## v2.6.3.8
- disable upnp command not working for torrent as not working. you need open port 6999 on your router
This commit is contained in:
@@ -27,7 +27,7 @@ except Exception:
|
||||
pygame = None # type: ignore
|
||||
|
||||
# Version actuelle de l'application
|
||||
app_version = "2.6.3.7"
|
||||
app_version = "2.6.3.8"
|
||||
|
||||
# Nombre de jours avant de proposer la mise à jour de la liste des jeux
|
||||
GAMELIST_UPDATE_DAYS = 1
|
||||
|
||||
@@ -316,7 +316,6 @@ def _download_torrent_with_aria2(torrent_meta: dict[str, str | int], dest_dir: s
|
||||
"--summary-interval=1",
|
||||
"--download-result=hide",
|
||||
"--listen-port=6999",
|
||||
"--enable-upnp=true",
|
||||
temp_manifest,
|
||||
]
|
||||
logger.info(f"Téléchargement torrent aria2c: index={file_index}, source={source_url}, dest={dest_path}")
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "2.6.3.7"
|
||||
"version": "2.6.3.8"
|
||||
}
|
||||
Reference in New Issue
Block a user