revert reader state

This commit is contained in:
YouROK
2021-05-27 12:33:29 +03:00
parent 5c5a202e7a
commit 6fb9b56b63
5 changed files with 9 additions and 22 deletions

View File

@@ -428,10 +428,6 @@ func (t *Torrent) Status() *state.TorrentStatus {
}
}
if t.cache != nil {
st.Readers = t.cache.GetState().Readers
}
return st
}