From 3dcdae8fc8e696fc4906d8a26a21660b1442953e Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 May 2023 23:13:30 -0500 Subject: [PATCH] comment adjustments, library name --- docs/home/guides/wt/wt-07-overlay-add.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/home/guides/wt/wt-07-overlay-add.md b/docs/home/guides/wt/wt-07-overlay-add.md index 70767e5b..2a5c8a7c 100644 --- a/docs/home/guides/wt/wt-07-overlay-add.md +++ b/docs/home/guides/wt/wt-07-overlay-add.md @@ -6,13 +6,13 @@ Open the config file again and add the last three lines shown below: ```yaml libraries: - Main Movies: ## <<< CHANGE THIS LINE + All The Movies: metadata_path: - pmm: basic # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within the defaults folder in the Repository # see the wiki for how to use local files, folders, URLs, or files from git - file: config/Movies.yml - overlay_path: - - remove_overlays: false - - pmm: resolution + overlay_path: ## <<< ADD THIS LINE + - remove_overlays: false ## <<< ADD THIS LINE + - pmm: resolution ## <<< ADD THIS LINE ```