Solve issue with imported feeds being processed twice

This commit is contained in:
Bart De Vries 2021-04-10 08:55:01 +02:00
parent 65ef16017b
commit fbaf084a37

View File

@ -375,7 +375,6 @@ void DataManager::importFeeds(const QString &path)
addFeed(xmlReader.attributes().value(QStringLiteral("xmlUrl")).toString());
}
}
Fetcher::instance().fetchAll();
}
void DataManager::exportFeeds(const QString &path)