mirror of
https://github.com/transmission/transmission.git
synced 2026-04-27 20:24:17 +01:00
#2794 Don't apply auto-grouping until torrent is demagnetized
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "Torrent.h"
|
||||
|
||||
@class Controller;
|
||||
@class Torrent;
|
||||
@@ -47,6 +48,7 @@
|
||||
NSString * fDestination;
|
||||
|
||||
NSInteger fGroupValue;
|
||||
TorrentDeterminationType fGroupDeterminationType;
|
||||
}
|
||||
|
||||
- (id) initWithTorrent: (Torrent *) torrent destination: (NSString *) path controller: (Controller *) controller;
|
||||
|
||||
Reference in New Issue
Block a user