diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-05-15 22:42:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-15 22:42:32 +0200 |
| commit | 19ce23c3c86f6b05d5644fd41b4bb5418cd1c8eb (patch) | |
| tree | 15370fb74923b97745f43511f91597cec7554e17 /Emby.Server.Implementations/Library | |
| parent | 20dda72cece63858bb3e53d794ff1896e4f02c15 (diff) | |
| parent | 031b9a11b8db318be6b87684c5924a6836a43fc1 (diff) | |
Merge pull request #16852 from theguymadmax/splashscreen-pg13
Set max rating for splashscreen to 13
Diffstat (limited to 'Emby.Server.Implementations/Library')
| -rw-r--r-- | Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs b/Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs index 71ce3b6012..7c605036cf 100644 --- a/Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs +++ b/Emby.Server.Implementations/Library/SplashscreenPostScanTask.cs @@ -80,7 +80,7 @@ public class SplashscreenPostScanTask : ILibraryPostScanTask ImageTypes = [imageType], Limit = 30, // TODO max parental rating configurable - MaxParentalRating = new(10, null), + MaxParentalRating = new(13, null), OrderBy = [ (ItemSortBy.Random, SortOrder.Ascending) |
