Stop refreshing the feed upon error

This commit is contained in:
Tobias Fella 2020-07-04 22:44:37 +02:00
parent f59da86325
commit 5a8c5854be

View File

@ -79,6 +79,7 @@ Feed::Feed(int index)
if(url == m_url) { if(url == m_url) {
setErrorId(errorId); setErrorId(errorId);
setErrorString(errorString); setErrorString(errorString);
setRefreshing(false);
} }
}); });
} }