mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Fix possible infinite loop in qBtSession constructor (when Web UI is enabled)
This commit is contained in:
@@ -139,7 +139,7 @@ QBtSession::QBtSession()
|
||||
#endif
|
||||
connect(m_scanFolders, SIGNAL(torrentsAdded(QStringList&)), this, SLOT(addTorrentsFromScanFolder(QStringList&)));
|
||||
// Apply user settings to Bittorrent session
|
||||
configureSession();
|
||||
QTimer::singleShot(0, this, SLOT(configureSession()));
|
||||
qDebug("* BTSession constructed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user