mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
committed by
GitHub
parent
8306a41d11
commit
d7e9533e8c
@@ -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\"")
|
||||
|
||||
Reference in New Issue
Block a user