cec: fix LG deck status on startup
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.cpp
index 809558be4d814bc71ebfde6fa331ef8c1b5a7531..c23099eb0d2c408ba0ef6f37f7fccdef7055dcae 100644 (file)
@@ -289,6 +289,7 @@ bool CSLCommandHandler::InitHandler(void)
                        device->GetType() == CEC_DEVICE_TYPE_RECORDING_DEVICE))
         {
           ((CCECPlaybackDevice *)device)->SetDeckStatus(CEC_DECK_INFO_OTHER_STATUS_LG);
+          ((CCECPlaybackDevice *)device)->TransmitDeckStatus(CECDEVICE_TV);
         }
       }
     }