id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2750,Paused torrent automatically resumes after force-recheck,lordkappa,,"Any paused torrent will not remember it's paused state after a force-recheck, and will resume immediately upon recheck completion. Steps to reproduce: -Add a torrent -Pause torrent -Begin a force-recheck on torrent Expected result: Torrent performs a recheck, and returns to paused state. Observed result: Torrent performs a recheck, and resumes; beginning downloading/seeding immediately. I've observed in '''core/torrent.py''' that Deluge automatically stores the torrent's current state in variable ''forcing_recheck_paused'', requests a force-recheck, and then resumes the torrent. However, this state is not being properly reinstated when ''on_alert_torrent_checked()'' in '''core/torrentmanager.py''' is called after the recheck is complete.",bug,closed,minor,1.3.13,Core,1.3.11,Fixed,recheck pause resume,