mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -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
|
||||
!(status.paused && !status.auto_managed))
|
||||
#elif
|
||||
#else
|
||||
!(torrentIT->is_paused() && !torrentIT->is_auto_managed()))
|
||||
#endif
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user