fixed speech key for XML exports

This commit is contained in:
Jonas Werner 2025-03-23 17:13:43 +01:00
parent 5472b4a75f
commit 796b36a55e

View file

@ -124,7 +124,7 @@ public class XMLUtil {
Speaker_MongoDB_Impl speaker = getSpeakerById(String.valueOf(speech.getSpeakerId()));
HtmlSpeech htmlSpeech = getHtmlSpeechByKey(String.valueOf(speech.getSpeechId()));
HtmlSpeech htmlSpeech = getHtmlSpeechByKey(speech.getSpeechKey());
addNlpData(doc, htmlSpeech);
speechElement.appendChild(speaker.toXML(doc));