mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging'
This commit is contained in:
@ -399,7 +399,7 @@ async function unloadLiveChar() {
|
|||||||
try {
|
try {
|
||||||
const url = new URL(getApiUrl());
|
const url = new URL(getApiUrl());
|
||||||
url.pathname = '/api/live2d/unload';
|
url.pathname = '/api/live2d/unload';
|
||||||
|
|
||||||
const loadResponse = await doExtrasFetch(url);
|
const loadResponse = await doExtrasFetch(url);
|
||||||
|
|
||||||
if (!loadResponse.ok) {
|
if (!loadResponse.ok) {
|
||||||
|
Reference in New Issue
Block a user