FIX: only auto play live video on had started playing
Change-Id: Ic54bcb00ea312f08b4ec43123a031a0cffde5850
This commit is contained in:
parent
4138a989af
commit
4d6ec7cd34
|
@ -37,9 +37,9 @@ MediaPlayCtrl::MediaPlayCtrl(wxWindow *parent, wxMediaCtrl2 *media_ctrl, const w
|
||||||
media_proc();
|
media_proc();
|
||||||
});
|
});
|
||||||
|
|
||||||
#if BBL_RELEASE_TO_PUBLIC
|
//#if BBL_RELEASE_TO_PUBLIC
|
||||||
m_next_retry = wxDateTime::Now();
|
// m_next_retry = wxDateTime::Now();
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
auto onShowHide = [this](auto &e) {
|
auto onShowHide = [this](auto &e) {
|
||||||
e.Skip();
|
e.Skip();
|
||||||
|
|
Loading…
Reference in New Issue