hdmi-cec: send active source after view-on

This commit is contained in:
TangoCash
2022-12-10 16:38:21 +01:00
committed by Thilo Graf
parent 44768b52fb
commit d67d9de4d3

View File

@@ -216,6 +216,7 @@ void hdmi_cec::SetCECState(bool state)
SendViewOn();
active_source = true;
SendAnnounce();
SendActiveSource();
}
}