mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Fix again libtorrent 0.15.x compilation.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user