mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
Merge pull request #1026 from YozoraXCII/nightly
Replace legacy `save_missing` mentions with `save_report`
This commit is contained in:
commit
bb4c5e2265
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ data:
|
|||
show_options: false
|
||||
show_missing: true
|
||||
show_missing_assets: true
|
||||
save_missing: true
|
||||
save_report: true
|
||||
tvdb_language: eng
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
|
|
|
@ -409,7 +409,7 @@ Builders use third-party services to source items for overlays. Multiple builder
|
|||
|
||||
## Details
|
||||
|
||||
Only a few details can be used with overlays: `limit`, `show_missing`, `save_missing`, `missing_only_released`, `minimum_items`, `cache_builders`, `tmdb_region`
|
||||
Only a few details can be used with overlays: `limit`, `show_missing`, `save_report`, `missing_only_released`, `minimum_items`, `cache_builders`, `tmdb_region`
|
||||
|
||||
* [Setting Details](details/setting)
|
||||
* [Metadata Details](details/metadata)
|
||||
|
|
Loading…
Reference in a new issue