mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
Commit
This commit is contained in:
4
main.py
4
main.py
@@ -3357,7 +3357,9 @@ class DownloaderApp(QWidget):
|
||||
self.file_progress_label.setText(progress_text)
|
||||
|
||||
elif isinstance(progress_info, tuple) and len(progress_info) == 2:
|
||||
if not filename and total_bytes == 0 and downloaded_bytes == 0:
|
||||
downloaded_bytes, total_bytes = progress_info # Unpack the tuple
|
||||
|
||||
if not filename and total_bytes == 0 and downloaded_bytes == 0:
|
||||
self.file_progress_label.setText("")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user