webui: fix missing event title argument Fixes #2125
This commit is contained in:
parent
c5eb4cd75a
commit
55e89d5545
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ page_einfo(http_connection_t *hc, const char *remain, void *opaque)
|
|||
|
||||
s = epg_episode_get_title(e->episode, lang);
|
||||
htsbuf_qprintf(hq, "<hr><b>\"%s\": \"%s\"</b><br><br>",
|
||||
channel_get_name(e->channel));
|
||||
channel_get_name(e->channel), s ?: "");
|
||||
|
||||
dvr_status = de != NULL ? de->de_sched_state : DVR_NOSTATE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue