temporarily disable icon fetching for freshrss until upstream bugs fixed
This commit is contained in:
parent
5569465daf
commit
e3764dfc26
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.9.2" date="2021-05-20"/>
|
<release version="3.9.2" date="2021-05-21"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
|
@ -355,7 +355,7 @@ RootItem* GreaderNetwork::decodeTagsSubscriptions(const QString& categories, con
|
||||||
QIcon icon;
|
QIcon icon;
|
||||||
|
|
||||||
if (NetworkFactory::downloadIcon(icon_urls,
|
if (NetworkFactory::downloadIcon(icon_urls,
|
||||||
timeout,
|
1000,
|
||||||
icon,
|
icon,
|
||||||
proxy) == QNetworkReply::NetworkError::NoError) {
|
proxy) == QNetworkReply::NetworkError::NoError) {
|
||||||
feed->setIcon(icon);
|
feed->setIcon(icon);
|
||||||
|
|
|
@ -198,5 +198,5 @@ void GreaderServiceRoot::updateTitleIcon() {
|
||||||
}
|
}
|
||||||
|
|
||||||
RootItem* GreaderServiceRoot::obtainNewTreeForSyncIn() const {
|
RootItem* GreaderServiceRoot::obtainNewTreeForSyncIn() const {
|
||||||
return m_network->categoriesFeedsLabelsTree(true, networkProxy());
|
return m_network->categoriesFeedsLabelsTree(network()->service() != Service::FreshRss, networkProxy());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue