mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix error in last commit
This commit is contained in:
parent
8847df60e1
commit
ea433c0619
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ bool QTorrentHandle::is_auto_managed() const {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_sequential_download() const {
|
bool QTorrentHandle::is_sequential_download() const {
|
||||||
#if LIBTORRENT_VERSION_MINOR > 15
|
#if LIBTORRENT_VERSION_MINOR > 15
|
||||||
torrent_status status = torrent_handle::status(0x0);
|
torrent_status status = torrent_handle::status(0x0);
|
||||||
return status.sequential_download;
|
return status.sequential_download;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue