Set max rating for splashscreen to 13

This commit is contained in:
theguymadmax
2026-05-14 18:43:39 -04:00
parent e6e19e3ce0
commit 031b9a11b8

View File

@@ -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)