forked from extern/easydiffusion
Don't stop another session's task when the 'Stop All Tasks' button is pressed
This commit is contained in:
parent
33d3d90a93
commit
344fa729a5
@ -1104,7 +1104,7 @@ async function stopAllTasks() {
|
||||
}
|
||||
|
||||
try {
|
||||
let res = await fetch('/image/stop')
|
||||
let res = await fetch('/image/stop?session_id=' + sessionId)
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user