Make sure we always tag a recording with a username
This commit is contained in:
parent
ab4d284b9c
commit
08d75a3719
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ page_einfo(http_connection_t *hc, http_reply_t *hr,
|
|||
pvrr = pvr_get_by_entry(e);
|
||||
|
||||
if((http_arg_get(&hc->hc_req_args, "rec")) != NULL) {
|
||||
pvrr = pvr_schedule_by_event(e, hc->hc_username);
|
||||
pvrr = pvr_schedule_by_event(e, hc->hc_username ?: "anonymous");
|
||||
} else if(pvrr && (http_arg_get(&hc->hc_req_args, "clear")) != NULL) {
|
||||
pvr_clear(pvrr);
|
||||
pvrr = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue