Merge pull request #6630 from evsh/fix-6454

Start up torrents after UI was created. Fixes #6454.
This commit is contained in:
sledgehammer999
2017-04-17 16:44:03 +03:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -441,7 +441,6 @@ Session::Session(QObject *parent)
Net::PortForwarder::initInstance(m_nativeSession);
qDebug("* BitTorrent Session constructed");
startUpTorrents();
}
bool Session::isDHTEnabled() const