Fixed download oversight

This commit is contained in:
RemixDev
2021-08-04 21:36:34 +02:00
parent 2d3d6d0699
commit 87e83e807f
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ class IDownloadObject:
self.progress = obj.get('progress', 0)
self.errors = obj.get('errors', [])
self.files = obj.get('files', [])
self.extrasPath = obj.get('extrasPath')
self.extrasPath = obj.get('extrasPath', "")
if self.extrasPath: self.extrasPath = Path(self.extrasPath)
self.progressNext = 0
self.uuid = f"{self.type}_{self.id}_{self.bitrate}"