diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/network/network_content_gui.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp index afe5e7d7c..05064edb1 100644 --- a/src/network/network_content_gui.cpp +++ b/src/network/network_content_gui.cpp @@ -205,8 +205,7 @@ public: virtual void OnDownloadProgress(const ContentInfo *ci, int bytes) { BaseNetworkContentDownloadStatusWindow::OnDownloadProgress(ci, bytes); - - if (ci->id != this->cur_id) this->receivedTypes.Include(ci->type); + this->receivedTypes.Include(ci->type); /* When downloading is finished change cancel in ok */ if (this->downloaded_bytes == this->total_bytes) { |