mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Drop notification about move storage failed
This commit is contained in:
parent
f7cae610a4
commit
df2bbe129d
4 changed files with 0 additions and 11 deletions
|
@ -4947,9 +4947,6 @@ void Session::handleStorageMovedFailedAlert(const lt::storage_moved_failed_alert
|
|||
LogMsg(tr("Failed to move \"%1\" from \"%2\" to \"%3\". Reason: %4.")
|
||||
.arg(torrentName, currentLocation, currentJob.path, errorMessage), Log::CRITICAL);
|
||||
|
||||
if (torrent)
|
||||
emit torrentStorageMoveFailed(torrent, currentJob.path, errorMessage);
|
||||
|
||||
handleMoveTorrentStorageJobFinished();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue