mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
committed by
sledgehammer999
parent
8c91c03be2
commit
716aad9483
@@ -3978,6 +3978,7 @@ bool Session::addMoveTorrentStorageJob(TorrentHandle *torrent, const QString &ne
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
const MoveStorageJob moveStorageJob {torrent, newPath, mode};
|
const MoveStorageJob moveStorageJob {torrent, newPath, mode};
|
||||||
|
m_moveStorageQueue << moveStorageJob;
|
||||||
qDebug("Move storage from \"%s\" to \"%s\" is enqueued.", qUtf8Printable(currentLocation), qUtf8Printable(newPath));
|
qDebug("Move storage from \"%s\" to \"%s\" is enqueued.", qUtf8Printable(currentLocation), qUtf8Printable(newPath));
|
||||||
|
|
||||||
if (m_moveStorageQueue.size() == 1)
|
if (m_moveStorageQueue.size() == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user