From 1986ae435d9660954e80f73aa1d88c6dbb4f805b Mon Sep 17 00:00:00 2001 From: Aliaksei Markouski Date: Sun, 11 May 2025 21:52:30 +0300 Subject: [PATCH] [DOCS] Corrected indentation for PR #1223 --- docs/source/faq/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/faq/index.rst b/docs/source/faq/index.rst index 6112161c..a3dad246 100644 --- a/docs/source/faq/index.rst +++ b/docs/source/faq/index.rst @@ -80,10 +80,10 @@ This can be prevented by overriding following variables: .. code-block:: yaml -overrides: - tv_show_fanart_file_name: "" # to stop creation of fanart.jpg in subscription - tv_show_poster_file_name: "" # to stop creation of poster.jpg in subscription - thumbnail_name: "" # to stop creation of episode thumbnails + overrides: + tv_show_fanart_file_name: "" # to stop creation of fanart.jpg in subscription + tv_show_poster_file_name: "" # to stop creation of poster.jpg in subscription + thumbnail_name: "" # to stop creation of episode thumbnails There is a bug where... -----------------------