mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
parent
8306a41d11
commit
d7e9533e8c
1 changed files with 15 additions and 12 deletions
|
@ -4444,6 +4444,8 @@ void Session::startUpTorrents()
|
|||
}
|
||||
}
|
||||
else if (torrentID == torrentIDv2)
|
||||
{
|
||||
if (isHybrid)
|
||||
{
|
||||
torrentID = torrentIDv1;
|
||||
needStore = true;
|
||||
|
@ -4463,6 +4465,7 @@ void Session::startUpTorrents()
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
LogMsg(tr("Failed to resume torrent: inconsistent torrent ID is detected. Torrent: \"%1\"")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue