|
@@ -1131,9 +1131,7 @@ void CLocalMediaPlayEntity::OnStarted()
|
|
|
}
|
|
|
|
|
|
setMediaPath();
|
|
|
- if (eStand2sType == m_eDeviceType) {
|
|
|
- loadDefaultMedia(0 != m_iPlayType);
|
|
|
- }
|
|
|
+ loadDefaultMedia(0 != m_iPlayType);
|
|
|
|
|
|
GetFunction()->SubscribeLog(m_SubIDIEIdle, this, Log_Event, Severity_None, Error_IgnoreAll, LOG_EVT_HEALTHMANAGER_BROWSER_IDLE, NULL, false);
|
|
|
GetFunction()->SubscribeLog(m_SubIDStartRecord, this, Log_Event, Severity_None, Error_IgnoreAll, LOG_EVT_UI_STARTREMOTERECORD, NULL, false);
|