diff options
| author | Bond_009 <bond.009@outlook.com> | 2026-03-04 20:14:21 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2026-03-04 20:14:21 +0100 |
| commit | 8824f07e1b07e5dbcd0641423dc472b67c268d21 (patch) | |
| tree | 6fff5c1c4104bdddcd927b4a91130119d3d9bda2 | |
| parent | 7cd79c312198ad97be03780c38769f681ef6d0af (diff) | |
Don't spam debug log with items without rating
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index cb38b61119..80abbc7d4d 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -1600,7 +1600,6 @@ namespace MediaBrowser.Controller.Entities if (string.IsNullOrEmpty(rating)) { - Logger.LogDebug("{0} has no parental rating set.", Name); return !GetBlockUnratedValue(user); } |
