mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-09 04:18:39 +08:00
Fix again libtorrent 0.15.x compilation.
This commit is contained in:
parent
5e643ffefd
commit
16f6e26f67
@ -803,7 +803,7 @@ bool QBtSession::hasDownloadingTorrents() const {
|
||||
&&
|
||||
#if LIBTORRENT_VERSION_NUM >= 1600
|
||||
!(status.paused && !status.auto_managed))
|
||||
#elif
|
||||
#else
|
||||
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
|
||||
#endif
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user