FIX: [STUDIO-1309] failure message of media files

Change-Id: If95f66c0bc62d4139d8fa709164347333a866159
This commit is contained in:
chunmao.guo 2022-11-14 18:31:55 +08:00 committed by Lane.Wei
parent 011b22dee8
commit 0966655756
2 changed files with 24 additions and 13 deletions

View file

@ -70,7 +70,8 @@ private:
std::string m_lan_ip;
std::string m_lan_user;
std::string m_lan_passwd;
bool m_lan_mode = false;
bool m_supported = false;
bool m_lan_mode = false;
bool m_tutk_support = false;
ImageGrid * m_image_grid = nullptr;