mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Fix folder scanning: it would not detect torrents already present in the folder on startup. This bug was introduced recently (in rc1)
This commit is contained in:
parent
5115b8739e
commit
d9fa9c3566
2 changed files with 1 additions and 7 deletions
|
@ -140,9 +140,9 @@ Bittorrent::Bittorrent()
|
|||
#ifdef LIBTORRENT_0_15
|
||||
appendqBExtension = Preferences::useIncompleteFilesExtension();
|
||||
#endif
|
||||
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&)));
|
||||
// Apply user settings to Bittorrent session
|
||||
configureSession();
|
||||
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&)));
|
||||
qDebug("* BTSession constructed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue