Fatal error impossible after pause
This commit is contained in:
parent
86d9d2c5f0
commit
dd53eda662
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue