#2750: Paused torrent automatically resumes after force-recheck
----------------------------+----------------------------------
  Reporter:  lordkappa      |      Owner:
      Type:  bug            |     Status:  new
  Priority:  minor          |  Milestone:  Future
 Component:  other/unknown  |    Version:  1.3.11
Resolution:                 |   Keywords:  recheck pause resume
----------------------------+----------------------------------

Comment (by lordkappa):

 I submit my own kludge-y fix here in the hope someone else will find it at
 least starting point.

 '''deluge/core/torrentmanager.py''' @ line 921
 {{{
 <       if torrent.forcing_recheck:
 <            torrent.forcing_recheck = False
 <            if torrent.forcing_recheck_paused:
 <                torrent.handle.pause()
 ---
 >       if torrent.forcing_recheck:
 >           torrent.forcing_recheck = False
 >            if torrent.forcing_recheck_paused:
 >                torrent.handle.pause()
 >                torrent.pause()
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2750#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to