Skip to content

Commit

Permalink
Merge pull request #292 from flubshi/omega_fix_type
Browse files Browse the repository at this point in the history
Fix type of m_nextLoginAttempt
  • Loading branch information
flubshi authored May 7, 2024
2 parents 286bf21 + 11bda85 commit 70296b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WaipuData.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ATTR_DLL_LOCAL WaipuData : public kodi::addon::CAddonBase,
std::atomic<bool> m_loginThreadRunning = {false};
std::thread m_loginThread;
void LoginThread();
int m_nextLoginAttempt = 0;
time_t m_nextLoginAttempt = 0;
WAIPU_CHANNEL_IMPORT_FILTER m_channel_filter = WAIPU_CHANNEL_IMPORT_FILTER::CHANNEL_FILTER_ALL_VISIBLE;

struct WaipuChannel
Expand Down

0 comments on commit 70296b5

Please sign in to comment.