Closed Chocobo1 closed 5 days ago
TorrentImpl::isDownloading() was excessively broad which included unexpected events for the case here. So check the underlying state directly.
TorrentImpl::isDownloading()
The current PR should be able to handle #21788 use case.
Closes #21788.
Added to backport PR.
TorrentImpl::isDownloading()
was excessively broad which included unexpected events for the case here. So check the underlying state directly.The current PR should be able to handle #21788 use case.
Closes #21788.