public void downloadTorrent(Torrent torrentSelected, String utorrent) { pirateService.downloadTorrent(torrentSelected, utorrent); }
public void searchTorrents(Serie serie) { List<Torrent> torrents = pirateService.getTorrents(serie); getModel().populateModel(torrents); }