mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fixed downloadFromUrl() (still have to do some checking with the thread)
This commit is contained in:
@@ -672,6 +672,7 @@ QString bittorrent::getSavePath(const QString& hash){
|
||||
// download the torrent file to a tmp location, then
|
||||
// add it to download list
|
||||
void bittorrent::downloadFromUrl(const QString& url){
|
||||
emit aboutToDownloadFromUrl(url);
|
||||
// Launch downloader thread
|
||||
downloader->downloadUrl(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user