diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-04-06 10:52:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 10:52:17 +0200 |
| commit | cf9b8161ef0a497fcd13c37c03620322b7090f35 (patch) | |
| tree | 54d95c3741b8fbfa88c7835555da250892f22cd1 /MediaBrowser.Controller | |
| parent | 83c9ab007914c2b56f861a00b1864f90abfab369 (diff) | |
| parent | 8824f07e1b07e5dbcd0641423dc472b67c268d21 (diff) | |
Merge pull request #16342 from Bond-009/spammydebug
Don't spam debug log with items without rating
Diffstat (limited to 'MediaBrowser.Controller')
| -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 2404ace751..8f89c1c797 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); } |
