mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Fix again libtorrent 0.15.x compilation.
This commit is contained in:
parent
5e643ffefd
commit
16f6e26f67
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ bool QBtSession::hasDownloadingTorrents() const {
|
||||||
&&
|
&&
|
||||||
#if LIBTORRENT_VERSION_NUM >= 1600
|
#if LIBTORRENT_VERSION_NUM >= 1600
|
||||||
!(status.paused && !status.auto_managed))
|
!(status.paused && !status.auto_managed))
|
||||||
#elif
|
#else
|
||||||
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
|
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
|
||||||
#endif
|
#endif
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue