From 41410844e4f2b0bf5728df1abeb8c8c8daa6884e Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:36:05 +0000 Subject: [PATCH] fix incorrect attribute name --- docs/config/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/settings.md b/docs/config/settings.md index 44ba9267..0c595f13 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -124,7 +124,7 @@ settings: 1. Sets the `run_order` specifically for the Movies library 2. Sets the `minimum_items` attribute specifically for the Movies library 3. Sets the global `run_order` which will apply to all libraries unless a library-level `run_order` is found, as showcased in the above example -4. Sets the global `minimum_items` which will apply to all libraries unless a library-level `run_order` is found, as showcased in the above example +4. Sets the global `minimum_items` which will apply to all libraries unless a library-level `minimum_items` is found, as showcased in the above example ## Cache Cache the Plex GUID and associated IDs for each library item for faster subsequent processing. The cache file is created in the same directory as the configuration file.