Allow to disable Automatic mode when "temp" path changed

This commit is contained in:
Vladimir Golovnev (Glassez)
2022-02-28 09:41:44 +03:00
parent 04c1988665
commit c5ff9b353c
4 changed files with 24 additions and 11 deletions

View File

@@ -1644,11 +1644,6 @@ void TorrentImpl::handleStateUpdate(const lt::torrent_status &nativeStatus)
updateStatus(nativeStatus);
}
void TorrentImpl::handleDownloadPathChanged()
{
adjustStorageLocation();
}
void TorrentImpl::handleMoveStorageJobFinished(const bool hasOutstandingJob)
{
m_session->handleTorrentNeedSaveResumeData(this);