Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chocobo1
Copy link
Member

@Chocobo1 Chocobo1 commented Nov 14, 2024

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.

`TorrentImpl::isDownloading()` was excessively broad which included unexpected events for the
case here. So use the underlying state directly.

Close qbittorrent#21788.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cheking files after adding torrent change "date modified" for existing files.
3 participants