[DOCS] Fix preset key (#1106)

This commit is contained in:
Jesse Bannon 2024-10-27 08:25:26 -07:00 committed by GitHub
parent 80054aa77b
commit bf64be8a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"