webui: fix missing event title argument Fixes #2125

This commit is contained in:
Adam Sutton 2014-06-07 21:20:05 +01:00
parent c5eb4cd75a
commit 55e89d5545

View file

@ -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;