diff --git a/src/driver/hdmi_cec.cpp b/src/driver/hdmi_cec.cpp index 15d17008d..996049e48 100644 --- a/src/driver/hdmi_cec.cpp +++ b/src/driver/hdmi_cec.cpp @@ -216,6 +216,7 @@ void hdmi_cec::SetCECState(bool state) SendViewOn(); active_source = true; SendAnnounce(); + SendActiveSource(); } }