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