Don't resume "paused" torrents when checking by libtorrent

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-10-26 11:08:22 +03:00
parent cf55b67cee
commit 9f0edde12b
3 changed files with 6 additions and 23 deletions

View File

@@ -37,7 +37,6 @@ public:
explicit NativeTorrentExtension(const lt::torrent_handle &torrentHandle);
private:
void on_state(lt::torrent_status::state_t state) override;
bool on_pause() override;
lt::torrent_handle m_torrentHandle;