From 7a9b8fe7ae26203b53800c7e06cbfbedb156246d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 17 Oct 2025 17:12:38 -0400 Subject: [PATCH] Add warning for page size setting --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index d929130a0..fbebca80f 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -780,7 +780,7 @@ "LabelLanNetworks": "LAN networks", "LabelLevel": "Level", "LabelLibraryPageSize": "Library page size", - "LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Set to 0 in order to disable paging.", + "LabelLibraryPageSizeHelp": "Set the amount of items to show on a library page. Setting a value of 0 will disable pagination. Please note that setting this to 0 or any value greater than 100 may lead to bugs and reduced performance.", "LabelMaxDaysForNextUp": "Max days in 'Next Up'", "LabelMaxDaysForNextUpHelp": "Set the maximum amount of days a show should stay in the 'Next Up' list without watching it.", "LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution",