mirror of
https://github.com/KDE/kasts.git
synced 2024-12-23 23:10:53 +01:00
Stop refreshing the feed upon error
This commit is contained in:
parent
f59da86325
commit
5a8c5854be
@ -79,6 +79,7 @@ Feed::Feed(int index)
|
||||
if(url == m_url) {
|
||||
setErrorId(errorId);
|
||||
setErrorString(errorString);
|
||||
setRefreshing(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user