Don't spam debug log with items without rating

This commit is contained in:
Bond_009
2026-03-04 20:14:21 +01:00
parent 7cd79c3121
commit 8824f07e1b

View File

@@ -1600,7 +1600,6 @@ namespace MediaBrowser.Controller.Entities
if (string.IsNullOrEmpty(rating))
{
Logger.LogDebug("{0} has no parental rating set.", Name);
return !GetBlockUnratedValue(user);
}