Fixed #68
This commit is contained in:
parent
d3c7ce8ce0
commit
50d0fdfa0a
|
@ -463,7 +463,7 @@ class DownloadJob:
|
|||
|
||||
if extrasPath:
|
||||
if not self.extrasPath: self.extrasPath = extrasPath
|
||||
result['filename'] = str(writepath)[len(str(extrasPath)):]
|
||||
result['filename'] = str(writepath)[len(str(extrasPath))+ len(pathSep):]
|
||||
|
||||
# Save playlist cover
|
||||
if track.playlist:
|
||||
|
|
Loading…
Reference in New Issue