mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
committed by
GitHub
parent
d173216941
commit
7527343629
@@ -411,7 +411,7 @@ void TorrentOptionsDialog::accept()
|
||||
auto *session = BitTorrent::Session::instance();
|
||||
for (const BitTorrent::TorrentID &id : asConst(m_torrentIDs))
|
||||
{
|
||||
BitTorrent::Torrent *torrent = session->findTorrent(id);
|
||||
BitTorrent::Torrent *torrent = session->getTorrent(id);
|
||||
if (!torrent) continue;
|
||||
|
||||
if (m_initialValues.autoTMM != m_ui->checkAutoTMM->checkState())
|
||||
|
||||
Reference in New Issue
Block a user