mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
Update verbiage
This commit is contained in:
parent
8d69fd9374
commit
a1fa737ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue