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
varanyTvDbMatches=awaittvContent.FirstOrDefaultAsync(x=>x.TvDbId.Length>0&&x.TvDbId==tvRequest.Id.ToString());// the Id on the child is the tvdbid at this point
if(anyTvDbMatches==null)
if(anyTvDbMatches==null)
{
{
// So we do not have a TVDB Id, that really sucks.
// So we do not have a TVDB Id, that really sucks.
// Let's try and match on the title and year of the show
// Let's try and match on the title and year of the show