mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
parent
61770ad69e
commit
0be2567d97
5 changed files with 0 additions and 16 deletions
|
@ -722,9 +722,6 @@ void TorrentHandleImpl::updateState()
|
|||
if (m_nativeStatus.state == lt::torrent_status::checking_resume_data) {
|
||||
m_state = TorrentState::CheckingResumeData;
|
||||
}
|
||||
else if (m_nativeStatus.state == lt::torrent_status::allocating) {
|
||||
m_state = TorrentState::Allocating;
|
||||
}
|
||||
else if (isMoveInProgress()) {
|
||||
m_state = TorrentState::Moving;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue