[[NSDistributedNotificationCenter defaultCenter] postNotificationName: @"com.apple.DownloadFileFinished"
object: [[torrent downloadFolder] stringByAppendingPathComponent: [torrent name]]];
- if ([self numToStartFromQueue: NO] == 0)
+ if ([fDefaults boolForKey: @"Queue"] && [self numToStartFromQueue: NO] == 0)
{
[torrent stopTransfer];
[torrent setWaitToStart: YES];
Torrent * torrent = [notification object];
if ([torrent isActive])
{
- if ([self numToStartFromQueue: YES] == 0)
+ if ([fDefaults boolForKey: @"QueueSeed"] && [self numToStartFromQueue: YES] == 0)
{
[torrent stopTransfer];
[torrent setWaitToStart: YES];