556557558559560561562563564565566
}else{ if ( !do_stop ){ try{ download.restart(); }catch( Throwable e ){ } try{ tracker_torrent.start();
808809810811812813814815816817818
try{ int state = download.getState(); if ( state != Download.ST_DOWNLOADING && state != Download.ST_SEEDING ){ download.restart(); } }catch( Throwable e ){ } } }else if ( method.equals( "torrent-stop" )){