FIX: not track dup error for user triggered liveview

Change-Id: I4b744caf14deca3cb6372f44e95aea131a45ec6a
This commit is contained in:
chunmao.guo 2023-07-12 18:18:57 +08:00 committed by Lane.Wei
parent 1797f4ac8e
commit 73c64535c7
2 changed files with 13 additions and 4 deletions

View file

@ -91,7 +91,8 @@ private:
int m_failed_retry = 0;
int m_failed_code = 0;
std::set<int> m_last_failed_codes;
wxDateTime m_next_retry;
wxDateTime m_last_user_play;
wxDateTime m_next_retry;
::Button *m_button_play;
::Label * m_label_status;