mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Fix episodes typo in example yaml
I was trying to use this example and getting errors, before I noticed elsewhere in the docs it gives type as episode, not episodes
This commit is contained in:
parent
bd7bbc6ac1
commit
0e013c6d70
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ Here's an example of an episode collection using `plex_search`.
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
plex_search:
|
plex_search:
|
||||||
type: episodes
|
type: episode
|
||||||
sort_by: audience_rating.desc
|
sort_by: audience_rating.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Reference in a new issue