mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
- Torrentless downloads are no longer added in pause (temporary workaround as I think it is better not to start in paused state).
This commit is contained in:
parent
e619b6977a
commit
d132d50f4d
@ -417,7 +417,7 @@ QTorrentHandle bittorrent::addMagnetUri(QString magnet_uri, bool resumed) {
|
||||
else
|
||||
p.storage_mode = storage_mode_sparse;
|
||||
// Start in pause
|
||||
//p.paused = true;
|
||||
p.paused = false;
|
||||
p.duplicate_is_error = false; // Already checked
|
||||
p.auto_managed = false; // Because it is added in paused state
|
||||
// Adding torrent to bittorrent session
|
||||
@ -1341,6 +1341,7 @@ void bittorrent::readAlerts() {
|
||||
}
|
||||
}
|
||||
emit torrentFinishedChecking(h);
|
||||
emit metadataReceived(h);
|
||||
}
|
||||
}
|
||||
a = s->pop_alert();
|
||||
|
Loading…
Reference in New Issue
Block a user