Merge pull request #1026 from YozoraXCII/nightly

Replace legacy `save_missing` mentions with `save_report`
This commit is contained in:
meisnate12 2022-09-08 12:05:48 -04:00 committed by GitHub
commit bb4c5e2265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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)