mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(libT) #1379: support "partial seeds" BEP 22
This commit is contained in:
@@ -291,6 +291,8 @@ addField( const tr_torrent * tor,
|
||||
tr_bencDictAddInt( d, key, st->doneDate );
|
||||
else if( !strcmp( key, "downloadedEver" ) )
|
||||
tr_bencDictAddInt( d, key, st->downloadedEver );
|
||||
else if( !strcmp( key, "downloaders" ) )
|
||||
tr_bencDictAddInt( d, key, st->downloaders );
|
||||
else if( !strcmp( key, "downloadLimitMode" ) )
|
||||
tr_bencDictAddInt( d, key, tr_torrentGetSpeedMode( tor, TR_DOWN ) );
|
||||
else if( !strcmp( key, "downloadLimit" ) )
|
||||
|
||||
Reference in New Issue
Block a user