mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fix possible infinite loop in qBtSession constructor (when Web UI is enabled)
This commit is contained in:
parent
d05c725253
commit
d8af5d681c
2 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue