mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- RSS fix: Make sure to update refreshed boolean only if the RSS feed have been refreshed
This commit is contained in:
@@ -367,10 +367,11 @@ public slots :
|
|||||||
void processDownloadedFile(QString file_path) {
|
void processDownloadedFile(QString file_path) {
|
||||||
filePath = file_path;
|
filePath = file_path;
|
||||||
downloadFailure = false;
|
downloadFailure = false;
|
||||||
openRss();
|
if(openRss() >= 0) {
|
||||||
lastRefresh.start();
|
lastRefresh.start();
|
||||||
refreshed = true;
|
refreshed = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void setDownloadFailed(){
|
void setDownloadFailed(){
|
||||||
downloadFailure = true;
|
downloadFailure = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user