mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
add TorrentTopia
This commit is contained in:
parent
2a4be1b0cd
commit
48ccd81283
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ char * tr_clientForId( uint8_t * id )
|
|||
{
|
||||
asprintf( &ret, "JVtorrent" );
|
||||
}
|
||||
else if( !memcmp( id, "346-", 4 ) )
|
||||
{
|
||||
asprintf( &ret, "TorrentTopia" );
|
||||
}
|
||||
|
||||
/* No match */
|
||||
if( !ret )
|
||||
|
|
Loading…
Reference in a new issue