mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
add an identifier to trackers, for use by the ui's (this should hopefully fix the problem for removing trackers with "invisible" trackers)
This commit is contained in:
@@ -363,6 +363,7 @@ addTrackers( const tr_info * info,
|
||||
tr_bencDictAddStr( d, "announce", t->announce );
|
||||
tr_bencDictAddStr( d, "scrape", t->scrape );
|
||||
tr_bencDictAddInt( d, "tier", t->tier );
|
||||
tr_bencDictAddInt( d, "id", t->identifier );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user