missed this for those not using the queue
This commit is contained in:
parent
39cccec3d5
commit
171bb5aebd
|
@ -1592,6 +1592,10 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
if ([torrent waitingToStart])
|
||||
[torrent startTransfer];
|
||||
|
||||
[self updateUI: nil];
|
||||
[self applyFilter: nil];
|
||||
[self updateTorrentHistory];
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue