1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

Correctly handle changing save path of torrent w/o metadata

PR .
Closes .
This commit is contained in:
Vladimir Golovnev 2023-11-01 09:22:32 +03:00 committed by GitHub
parent eddfaedc4d
commit 4a20a1660e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1866,6 +1866,7 @@ void TorrentImpl::moveStorage(const Path &newPath, const MoveStorageContext cont
{
if (!hasMetadata())
{
m_savePath = newPath;
m_session->handleTorrentSavePathChanged(this);
return;
}