if we dont have any PVR status, print so
This commit is contained in:
parent
78af09649c
commit
fd59506efe
1 changed files with 4 additions and 0 deletions
4
htmlui.c
4
htmlui.c
|
@ -787,6 +787,10 @@ page_pvrlog(http_connection_t *hc, const char *remain, void *opaque)
|
|||
LIST_FOREACH(pvrr, &pvrr_global_list, pvrr_global_link)
|
||||
c++;
|
||||
|
||||
if(c == 0) {
|
||||
tcp_qprintf(&tq, "<center>Nothing in recording log</center><br>");
|
||||
}
|
||||
|
||||
pv = alloca(c * sizeof(pvr_rec_t *));
|
||||
|
||||
i = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue