Exemplo n.º 1
0
        public async Task <bool> GatherEpisodeLinksData(int serieId)
        {
            EpisodeLinksData = await AnimepaheExtractor.GetEpisodeLinksData(serieId, Session);

            if (EpisodeLinksData != null)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }