From 4edcf040893f9057e89e798f18a4e63a5c8fbb50 Mon Sep 17 00:00:00 2001 From: Johann Friedrichs Date: Fri, 10 Dec 2021 21:02:02 +0100 Subject: compareSubtitle supports more than 2 values --- epgsearchext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epgsearchext.c b/epgsearchext.c index 04c3623..03e9574 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -566,7 +566,7 @@ bool cSearchExt::Parse(const char *s) compareTitle = atoi(value); break; case 32: - compareSubtitle = atoi(value) > 0 ? 1 : 0; + compareSubtitle = atoi(value); break; case 33: compareSummary = atoi(value); -- cgit v1.2.3