mirror of
https://github.com/alexta69/metube.git
synced 2025-04-02 20:07:36 +03:00
fix DownloadInfo (closes #258 again)
This commit is contained in:
parent
528bbd220a
commit
17d668a2dd
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class DownloadInfo:
|
|||
self.quality = quality
|
||||
self.format = format
|
||||
self.folder = folder
|
||||
self.custom_name_prefix = custom_name_prefix
|
||||
self.status = self.msg = self.percent = self.speed = self.eta = None
|
||||
self.timestamp = time.time_ns()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue