qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.47k stars 3.99k forks source link

Don't apply Mark-of-the-Web on existing files #21836

Closed Chocobo1 closed 5 days ago

Chocobo1 commented 1 week ago

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.

glassez commented 5 days ago

Added to backport PR.