mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Several fixes to the new torrent model (still buggy)
This commit is contained in:
@@ -752,6 +752,7 @@ void QBtSession::deleteTorrent(QString hash, bool delete_local_files) {
|
||||
qDebug("/!\\ Error: Invalid handle");
|
||||
return;
|
||||
}
|
||||
emit torrentAboutToBeRemoved(h);
|
||||
qDebug("h is valid, getting name or hash...");
|
||||
QString fileName;
|
||||
if(h.has_metadata())
|
||||
|
||||
Reference in New Issue
Block a user