support change while running

This commit is contained in:
Jerry Yan 2019-04-07 22:27:17 +08:00
parent ce819185eb
commit be1a1df00b

View File

@ -41,8 +41,10 @@ def download(url):
return False
encodeQueue.put(path)
if forceStopDownload:
download(url)
forceStopDownload = False
return
else:
download(url)
def encode():