Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
simpleui: fix search, fixes #2753
  • Loading branch information
perexg committed Apr 1, 2015
1 parent 9a8242a commit ad4dd4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/simpleui.c
Expand Up @@ -187,6 +187,8 @@ page_simple(http_connection_t *hc,

memset(&eq, 0, sizeof(eq));
eq.lang = strdup(lang);
eq.fulltext = 1;
eq.stitle = s ? strdup(s) : NULL;

//Note: force min/max durations for this interface to 0 and INT_MAX seconds respectively
epg_query(&eq, hc->hc_access);
Expand Down

0 comments on commit ad4dd4f

Please sign in to comment.