downloaded updateQueue now contains downloadPath as well
This commit is contained in:
parent
aa68190caa
commit
6cf890f7cd
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__version__ = "1.1.8"
|
||||
__version__ = "1.1.9"
|
||||
|
|
|
@ -846,7 +846,7 @@ def downloadTrackObj(dz, trackAPI, settings, bitrate, queueItem, extraTrack=None
|
|||
logger.info(f"[{track['mainArtist']['name']} - {track['title']}] Track download completed")
|
||||
queueItem['downloaded'] += 1
|
||||
if interface:
|
||||
interface.send("updateQueue", {'uuid': queueItem['uuid'], 'downloaded': True})
|
||||
interface.send("updateQueue", {'uuid': queueItem['uuid'], 'downloaded': True, 'downloadPath': writepath})
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue