Fix search string construction error

This commit is contained in:
peteS-UK 2024-12-17 11:46:11 +00:00 committed by peteS-UK
parent 7501a08380
commit c9a77bc96f

View File

@ -690,7 +690,7 @@ class SqueezeBoxMediaPlayerEntity(
"0", "0",
str(return_items), str(return_items),
("tags:" + tags) if tags else "tags:laay", ("tags:" + tags) if tags else "tags:laay",
"search:" + search_string or "", "search:" + search_string if search_string is not None else "",
] ]
case "favorites": case "favorites":
_param = [ _param = [