Fatal error impossible after pause

This commit is contained in:
Igor Katson 2024-03-30 20:16:30 +00:00
parent 86d9d2c5f0
commit dd53eda662

View file

@ -647,6 +647,9 @@ impl TorrentStateLive {
let mut g = self.locked.write();
// It should be impossible to make a fatal error after pausing.
g.fatal_errors_tx.take();
let files = self
.files
.iter()