Why won't this blank collection show? What am I missing? Would it be easier to just use the default separator and if so can I use my own poster for it? ```yaml
TV Shows:
collection_files:
- file: config/collections/watchlist/watchlist_collection_tv.yml
- file: config/collections/tv/chart/chart_collection_tv.yml
- file: config/collections/collection_separators.yml
- default: genre
template_variables:
collection_mode: hide
use_separator: false
sort_title: "!!05 Genre"
visible_library: false
visible_home: true
visible_shared: true
config/collections/collection_separators.yml:yaml
Collections:
Genres:
sort_title: "!!05 !Genre"
file_poster: config/assets/genre_collection_separator.jpg
blank_collection: true
collection_mode: hide_items
ignore_blank_results: false