From 7aaae3afc5d21d2d6a828b072c0bc3c41b8786be Mon Sep 17 00:00:00 2001 From: "Max T. Kristiansen" Date: Sat, 21 Sep 2024 08:45:07 +0200 Subject: [PATCH] docs: add `update_existing` section --- docs/docs/configuration/basic-setup.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/configuration/basic-setup.mdx b/docs/docs/configuration/basic-setup.mdx index 0eada03..1837db4 100644 --- a/docs/docs/configuration/basic-setup.mdx +++ b/docs/docs/configuration/basic-setup.mdx @@ -154,6 +154,11 @@ Whether to force the instance to search for newly added content, right after it' Whether to allow in-production content, such as content which has only been announced. When content is in production, genres and certifications have often not been finalized, which will render instance filters useless. +### `update_existing` +**Optional.** Default: `true` + +Whether existing items in the service should be updated or left as-is. By default, if an item from a watchlist already exists on the service, it will be updated. This can become annoying if you frequently update monitoring, profile or other settings for an item in the service UI, as Fetcharr will override it on next sync. To opt out of this behaviour, set this value to `false`. + ## Sonarr This section will only cover instance options that are unique to Sonarr. All the configuration options in [Services](#service) are still allowed.