mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix incorrect attribute name
This commit is contained in:
parent
38474803cd
commit
41410844e4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue