2
0
Fork 0
mirror of https://github.com/meisnate12/Plex-Meta-Manager synced 2025-02-24 11:27:20 +00:00

fix order

This commit is contained in:
YozoraXCII 2023-11-30 23:48:20 +00:00
parent b5afd8dacf
commit 433047ef32

View file

@ -97,7 +97,7 @@ libraries:
Movies:
run_order: #(1)!
- operations
- collections
- metadata
- overlays
minimum_items: 3 #(2)!
metadata_path:
@ -115,9 +115,9 @@ libraries:
# stuff here
settings:
run_order: #(3)!
- collections
- operations
- metadata
- overlays
- operations
minimum_items: 1 #(4)!
```