From 2985ae95673eb84ec0dd60b002124222350e46de Mon Sep 17 00:00:00 2001 From: l0re <95900417+I0re@users.noreply.github.com> Date: Sun, 3 May 2026 23:12:48 -0500 Subject: [PATCH] Fix typo in DOCS Small typo I encountered while reading docs "This this" changed to -> "This will" --- mkdocs/docs/settings/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/settings/actions.md b/mkdocs/docs/settings/actions.md index 95e4759..7018758 100644 --- a/mkdocs/docs/settings/actions.md +++ b/mkdocs/docs/settings/actions.md @@ -140,7 +140,7 @@ This action will go through all your media files and looks at the whole index to There is no undo. Deleted references and metadata are removed and cannot be brought back without a restore operation. ### Prefer embedded metadata -This this trigger indexing a new video, if you enable this option, [embedded metadata](application.md/#embed-metadata) will be prefered and, if available, the task will not be fetched again from YT. +This whill trigger indexing a new video, if you enable this option, [embedded metadata](application.md/#embed-metadata) will be prefered and, if available, the task will not be fetched again from YT. ### Ignore missing metadata errors The task will stop when adding a video fails, for example if the video is no longer available on YouTube and no embedded metadata was found so you can take appropriate actions. Activate this option to still continue the task, monitor the logs for the details.