mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fix torrent upload from Web UI (Windows)
This commit is contained in:
parent
af1dfd41ab
commit
217937217d
2 changed files with 11 additions and 5 deletions
|
@ -825,6 +825,8 @@ QTorrentHandle QBtSession::addMagnetUri(QString magnet_uri, bool resumed) {
|
|||
qDebug("addMagnetURI: using save_path: %s", qPrintable(savePath));
|
||||
}
|
||||
|
||||
qDebug("Adding magnet URI: %s", qPrintable(magnet_uri));
|
||||
|
||||
// Adding torrent to Bittorrent session
|
||||
try {
|
||||
h = QTorrentHandle(add_magnet_uri(*s, magnet_uri.toStdString(), p));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue