Skip to content

can not get correct subtitle text according to parameters by calling getDialogue #12

@xkening

Description

@xkening

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);

return _justDialogue;

}`

why check empty in this function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions