Sanitize hard pair scene continuity
This commit is contained in:
@@ -320,9 +320,9 @@ def insta_of_pair_from_row_result(
|
||||
hard_row_for_text = dict(hard_row)
|
||||
options = row.get("options")
|
||||
if isinstance(options, dict) and options.get("continuity") == "same_creator_same_room":
|
||||
if soft_row.get("scene_text"):
|
||||
if not hard_row_for_text.get("scene_text") and soft_row.get("scene_text"):
|
||||
hard_row_for_text["scene_text"] = soft_row["scene_text"]
|
||||
if soft_row.get("composition"):
|
||||
if not hard_row_for_text.get("composition") and soft_row.get("composition"):
|
||||
hard_row_for_text["composition"] = soft_row["composition"]
|
||||
|
||||
include_soft = pair_target.include_softcore
|
||||
|
||||
Reference in New Issue
Block a user