Ticket #5427: 002-resume-queued.patch
File 002-resume-queued.patch, 446 bytes (added by rb07, 10 years ago) |
---|
-
libtransmission/resume.c
778 778 if ((fieldsToLoad & TR_FR_RUN) 779 779 && tr_variantDictFindBool (&top, TR_KEY_paused, &boolVal)) 780 780 { 781 tor->isRunning = !boolVal ;781 tor->isRunning = !boolVal && !tor->isQueued; 782 782 fieldsLoaded |= TR_FR_RUN; 783 783 } 784 784