mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -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)
|
else if (torrentID == torrentIDv2)
|
||||||
|
{
|
||||||
|
if (isHybrid)
|
||||||
{
|
{
|
||||||
torrentID = torrentIDv1;
|
torrentID = torrentIDv1;
|
||||||
needStore = true;
|
needStore = true;
|
||||||
|
@ -4463,6 +4465,7 @@ void Session::startUpTorrents()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogMsg(tr("Failed to resume torrent: inconsistent torrent ID is detected. Torrent: \"%1\"")
|
LogMsg(tr("Failed to resume torrent: inconsistent torrent ID is detected. Torrent: \"%1\"")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue