[fix] marginalia: crashes with missing filter name

This commit is contained in:
Bnyro
2026-09-04 10:33:03 +02:00
parent be836e614a
commit 03c439a5b9

View File

@@ -82,7 +82,7 @@ api_key = None
https://about.marginalia-search.com/article/api/
"""
filter_name: str | None = None
filter_name: str = ""
"""The name of the custom filter to apply to each search."""