Added download path to logfile

This commit is contained in:
RemixDev 2020-08-17 11:04:35 +02:00
parent fa303a8c20
commit b825f00a35
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ class DownloadJob:
if track.searched:
result['searched'] = f"{track.mainArtist['name']} - {track.title}"
logger.info(f"[{track.mainArtist['name']} - {track.title}] Track download completed")
logger.info(f"[{track.mainArtist['name']} - {track.title}] Track download completed\n{writepath}")
self.queueItem.downloaded += 1
if self.interface:
self.interface.send("updateQueue", {'uuid': self.queueItem.uuid, 'downloaded': True, 'downloadPath': writepath})