mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort them
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user