Merge pull request #15450 from Chocobo1/pr_15303

Fix code defects
This commit is contained in:
Chocobo1
2021-09-12 12:56:33 +08:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -551,6 +551,9 @@ void PropertiesWidget::loadDynamicData()
void PropertiesWidget::loadUrlSeeds()
{
if (!m_torrent)
return;
m_ui->listWebSeeds->clear();
qDebug("Loading URL seeds");
const QVector<QUrl> hcSeeds = m_torrent->urlSeeds();