support change while running
This commit is contained in:
parent
ce819185eb
commit
be1a1df00b
@ -41,8 +41,10 @@ def download(url):
|
|||||||
return False
|
return False
|
||||||
encodeQueue.put(path)
|
encodeQueue.put(path)
|
||||||
if forceStopDownload:
|
if forceStopDownload:
|
||||||
download(url)
|
|
||||||
forceStopDownload = False
|
forceStopDownload = False
|
||||||
|
return
|
||||||
|
else:
|
||||||
|
download(url)
|
||||||
|
|
||||||
|
|
||||||
def encode():
|
def encode():
|
||||||
|
Reference in New Issue
Block a user