mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 02:08:19 +03:00
Correctly handle changing save path of torrent w/o metadata
PR #19829. Closes #19824.
This commit is contained in:
parent
b284d40430
commit
a14b50e48c
1 changed files with 1 additions and 0 deletions
|
@ -1811,6 +1811,7 @@ void TorrentImpl::moveStorage(const Path &newPath, const MoveStorageContext cont
|
|||
{
|
||||
if (!hasMetadata())
|
||||
{
|
||||
m_savePath = newPath;
|
||||
m_session->handleTorrentSavePathChanged(this);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue