chore: minor fixes and cleanup across services and renderer

This commit is contained in:
2026-03-17 19:54:27 -07:00
parent f8e2ae4887
commit 5698121996
7 changed files with 24 additions and 10 deletions

View File

@@ -311,7 +311,7 @@ export function createCharacterDictionaryAutoSyncRuntimeService(
mediaId: snapshot.mediaId,
mediaTitle: snapshot.mediaTitle,
message: buildBuildingMessage(snapshot.mediaTitle),
});
});
deps.logInfo?.('[dictionary:auto-sync] rebuilding merged dictionary for active anime set');
merged = await deps.buildMergedDictionary(nextActiveMediaIdValues);
}