fix(torrenttransfer): 转移时的保留全部tracker以提高可达性

修复了在转移torrent时仅保留第一个tracker的问题,此更新确保所有tracker都被保留,从而提高在不同网络条件下的可达性。
This commit is contained in:
Lunatic
2024-08-17 09:11:52 +08:00
parent ba2839f547
commit 50e70edd6e
2 changed files with 5 additions and 1 deletions

View File

@@ -335,6 +335,7 @@
"author": "jxxghp",
"level": 2,
"history": {
"v1.5":"修复在转移时只保留了第一个tracker导致红种问题。此修复确保保留所有的tracker以提高在不同网络条件下的可达性。",
"v1.4": "支持自动删除源下载器在目的下载器中存在的种子"
}
},