Added clear and cancel queue buttons

This commit is contained in:
RemixDev
2020-04-14 16:48:13 +02:00
parent 3facf299f1
commit c75e6a8e9e
2 changed files with 31 additions and 11 deletions

View File

@ -688,7 +688,7 @@ def after_download(tracks, settings, queueItem):
f.write(line+"\n")
if settings['executeCommand'] != "":
execute(settings['executeCommand'].replace("%folder%", extrasPath))
return track['extrasPath']
return extrasPath
def after_download_single(track, settings, queueItem):
if 'cancel' in track: