varanyTvDbMatches=awaittvContent.Include(x=>x.Episodes).FirstOrDefaultAsync(x=>x.HasTvDb&&x.TvDbId.Equals(tvRequest.Id.ToString(),StringComparison.InvariantCultureIgnoreCase));// the Id on the child is the tvdbid at this point
varanyTvDbMatches=awaittvContent.Include(x=>x.Episodes).FirstOrDefaultAsync(x=>x.HasTvDb&&x.TvDbId==tvRequest.Id.ToString());// the Id on the child is the tvdbid at this point
if(anyTvDbMatches==null)
{
// So we do not have a TVDB Id, that really sucks.
// Let's try and match on the title and year of the show