Set V4L adapters status to "- inactive -" instead of "" when not tuned

to anything
This commit is contained in:
Andreas Öman 2009-09-09 20:42:28 +00:00
parent 9999aa8b1b
commit 8a76abd0c9

View file

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