[DOCS] Fix preset key

This commit is contained in:
Jesse Bannon 2024-10-27 08:18:20 -07:00
parent 80054aa77b
commit 521408f2d8

View file

@ -30,14 +30,14 @@ You can modularize your presets via preset inheritance. For example,
presets: presets:
TV Show: TV Show:
presets: preset:
- "Jellyfin TV Show by Date" - "Jellyfin TV Show by Date"
overrides: overrides:
tv_show_directory: "/ytdl_sub_tv_shows" tv_show_directory: "/ytdl_sub_tv_shows"
TV Show Only Recent: TV Show Only Recent:
presets: preset:
- "TV Show" - "TV Show"
- "Only Recent" - "Only Recent"