Set V4L adapters status to "- inactive -" instead of "" when not tuned
to anything
This commit is contained in:
parent
9999aa8b1b
commit
8a76abd0c9
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ v4l_adapter_build_msg(v4l_adapter_t *va)
|
|||
va->va_current_transport->tht_v4l_frequency);
|
||||
htsmsg_add_str(m, "currentMux", buf);
|
||||
} else {
|
||||
htsmsg_add_str(m, "currentMux", "");
|
||||
htsmsg_add_str(m, "currentMux", "- inactive -");
|
||||
}
|
||||
|
||||
return m;
|
||||
|
|
Loading…
Add table
Reference in a new issue