diff --git a/app/src/Download.py b/app/src/Download.py index 317b7568..bde97203 100644 --- a/app/src/Download.py +++ b/app/src/Download.py @@ -199,8 +199,6 @@ class Download: self.info.status = status['status'] self.info.msg = status.get('msg') - if 'error' == self.info.status: - self.info.error = status.get('msg') if 'downloaded_bytes' in status: total = status.get('total_bytes') or status.get( diff --git a/frontend/src/components/Page-Completed.vue b/frontend/src/components/Page-Completed.vue index a81465fb..55909b70 100644 --- a/frontend/src/components/Page-Completed.vue +++ b/frontend/src/components/Page-Completed.vue @@ -82,7 +82,7 @@