Use modern API to export torrent

PR #22786.
This commit is contained in:
Vladimir Golovnev
2025-06-03 15:24:52 +03:00
committed by GitHub
parent 0729c9a2f8
commit 2cbfb91b88
2 changed files with 6 additions and 15 deletions

View File

@@ -373,7 +373,7 @@ namespace BitTorrent
bool m_unchecked = false;
lt::add_torrent_params m_ltAddTorrentParams;
mutable lt::add_torrent_params m_ltAddTorrentParams;
int m_downloadLimit = 0;
int m_uploadLimit = 0;