I find that subtitle text returned frome getDialogue(0,1,1) does not have speaker names.
`inline std::string SubtitleItem::getDialogue(bool keepHTML, bool doNotIgnoreNonDialogues, bool doNotRemoveSpeakerNames)
{
if(_justDialogue.empty())
extractInfo(keepHTML, doNotIgnoreNonDialogues, doNotRemoveSpeakerNames);
}`
why check empty in this function?