Merge pull request #16852 from theguymadmax/splashscreen-pg13

Set max rating for splashscreen to 13
This commit is contained in:
Bond-009 2026-05-15 22:42:32 +02:00 committed by GitHub
commit 19ce23c3c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)