From 42779800b684732aede91638677b4689c67cf686 Mon Sep 17 00:00:00 2001 From: Fredrik81 Date: Mon, 19 Oct 2020 11:27:55 +0200 Subject: [PATCH] Updated Health Checks (markdown) --- Health-Checks.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Health-Checks.md b/Health-Checks.md index 013aafb..2d49777 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -210,4 +210,10 @@ The message will continue to appear until all movies have their root folder upda #### Movie was removed from TMDb #### -The specific movie is linked to a TMdbId that was deleted from TMDb. This may mean that the movie was either removed from the DB, was a duplicate, or was re-assigned a new ID for some reason. Deleted movies will not receive any info updates and should be corrected by the user to ensure continued functionality. \ No newline at end of file +The specific movie is linked to a TMdbId that was deleted from TMDb. This may mean that the movie was either removed from the DB, was a duplicate, or was re-assigned a new ID for some reason. Deleted movies will not receive any info updates and should be corrected by the user to ensure continued functionality. +You can find and edit deleted movies by creating a custom filter using the following steps: +1. Click Movies from the left menu +2. Click the dropdown on Filter and select "Custom Filter" +3. Enter a label, for example "Deleted Movies" +4. Make the filter as follows: Status is Deleted +5. Click save and select the newly created filter from the filter dropdown menu \ No newline at end of file