mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Don't stop another session's task when the 'Stop All Tasks' button is pressed
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user