mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +00:00
- RSS fix: Make sure to update refreshed boolean only if the RSS feed have been refreshed
This commit is contained in:
parent
25d998f1b5
commit
955d8069e2
@ -367,9 +367,10 @@ 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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user