mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove double close
This commit is contained in:
@@ -136,7 +136,6 @@ func (t *Torrent) watch() {
|
|||||||
case <-t.progressTicker.C:
|
case <-t.progressTicker.C:
|
||||||
go t.progressEvent()
|
go t.progressEvent()
|
||||||
case <-t.closed:
|
case <-t.closed:
|
||||||
t.Close()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user