Bug fixes and improvements to token injection

This commit is contained in:
Jaret Burkett
2023-09-08 06:10:59 -06:00
parent 92a086d5a5
commit ce4f9fe02a
5 changed files with 74 additions and 63 deletions

View File

@@ -173,7 +173,7 @@ class CaptionProcessingDTOMixin:
self: 'FileItemDTO',
trigger=None,
to_replace_list=None,
add_if_not_present=True
add_if_not_present=False
):
raw_caption = self.raw_caption
if raw_caption is None: