mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort them
This commit is contained in:
parent
7b38ea4151
commit
1ea7340111
4 changed files with 31 additions and 4 deletions
|
@ -2163,7 +2163,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||
);
|
||||
//emit aboutToDownloadFromUrl(url);
|
||||
// Launch downloader thread
|
||||
downloader->downloadUrl(url);
|
||||
downloader->downloadTorrentUrl(url);
|
||||
}
|
||||
|
||||
void Bittorrent::downloadFromURLList(const QStringList& urls) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue