This commit is contained in:
RemixDev 2020-10-01 18:42:41 +02:00
parent d3c7ce8ce0
commit 50d0fdfa0a
1 changed files with 3 additions and 3 deletions

View File

@ -463,7 +463,7 @@ class DownloadJob:
if extrasPath: if extrasPath:
if not self.extrasPath: self.extrasPath = 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 # Save playlist cover
if track.playlist: if track.playlist: