mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix Chub embedded lorebooks import
This commit is contained in:
@@ -1142,8 +1142,8 @@ function convertCharacterBook(characterBook) {
|
||||
entry.id = index;
|
||||
}
|
||||
|
||||
result.entries[index] = {
|
||||
uid: entry.id || index,
|
||||
result.entries[entry.id] = {
|
||||
uid: entry.id,
|
||||
key: entry.keys,
|
||||
keysecondary: entry.secondary_keys || [],
|
||||
comment: entry.comment || "",
|
||||
|
Reference in New Issue
Block a user