update image

This commit is contained in:
Luke Pulverenti
2015-02-09 13:29:06 -05:00
parent f03f2346f3
commit 4d6c37f116
3 changed files with 1 additions and 13 deletions

View File

@@ -1085,13 +1085,6 @@ namespace MediaBrowser.Controller.Entities
{
return false;
}
if (policy.AllowedTags.Length > 0 && IsAllowTagFilterEnforced())
{
if (policy.AllowedTags.Any(i => !hasTags.Tags.Contains(i, StringComparer.OrdinalIgnoreCase)))
{
return false;
}
}
}
return true;