mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -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
|
||||
!(status.paused && !status.auto_managed))
|
||||
#elif
|
||||
#else
|
||||
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
|
||||
#endif
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue