Fixed downloading related issues

- Fixed album cover download and saving
- Fixed download list initialization on reload
- Adjusted download object layout
This commit is contained in:
RemixDev
2020-04-14 12:58:31 +02:00
parent 3fdbc0174a
commit 1ed8e7bb20
2 changed files with 25 additions and 10 deletions

View File

@ -206,7 +206,7 @@ def callbackQueueDone(result):
nextItem(result['dz'], result['socket'])
def getQueue():
return (queue, queueList)
return (queue, queueList, currentItem)
def removeFromQueue(uuid, socket=None):
if uuid == currentItem: