Update verbiage

This commit is contained in:
Matt Grutza 2026-01-25 22:08:32 -06:00
parent 8d69fd9374
commit a1fa737ccd

View file

@ -161,7 +161,7 @@ def normalize_name(name: str) -> str:
suffixes = settings.get("epg_match_ignore_suffixes", [])
custom_strings = settings.get("epg_match_ignore_custom", [])
# Ensure we have lists (defensive)
# Ensure we have lists
if not isinstance(prefixes, list):
prefixes = []
if not isinstance(suffixes, list):