mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Don't resume "paused" torrents when checking by libtorrent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user