public static async Task <List <EztvTorrent> > GetEpisodeTorrentList(Show show, Episode episode) { return(await _repository.ShowRepository.GetEpisodeTorrentList(show, episode)); }
public static async Task <bool> DownloadEpisode(Show show, Episode episode) { return(await _repository.ShowRepository.DownloadEpisode(show, episode)); }