## 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:
skymike03
2026-04-26 10:07:47 +02:00
parent 1fe8bf6515
commit 69c43d7922
3 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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}")

View File

@@ -1,3 +1,3 @@
{
"version": "2.6.3.7"
"version": "2.6.3.8"
}