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

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)