Fix received metadata handling

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-12-02 09:17:13 +03:00
parent 0c3fe54b0b
commit 4e04cd27c9
5 changed files with 154 additions and 47 deletions

View File

@@ -38,6 +38,8 @@ public:
private:
bool on_pause() override;
void on_state(lt::torrent_status::state_t state) override;
lt::torrent_handle m_torrentHandle;
lt::torrent_status::state_t m_state = lt::torrent_status::checking_resume_data;
};