4950515253545556575859
TRHostTorrent existing = host.getHostTorrent( torrent ); if ( existing == null ){ host.publishTorrent(torrent); }else{ try{ existing.remove(); }catch( Throwable e ){