diff --git a/personal/combine/merge.py b/personal/combine/merge.py index 951a2f2..777df8a 100644 --- a/personal/combine/merge.py +++ b/personal/combine/merge.py @@ -162,8 +162,8 @@ field_actions = { "domain_override": FieldAction.OVERWRITE_NOT_NONE, "downs": FieldAction.SPECIAL_NO_OVERWRITE, "edited": FieldAction.OVERWRITE, - "embed_type": FieldAction.ALLOW_EMPTY, - "embed_url": FieldAction.ALLOW_EMPTY, + "embed_type": FieldAction.OVERWRITE_NOT_NONE, + "embed_url": FieldAction.OVERWRITE_NOT_NONE, "event_end": FieldAction.OVERWRITE_NOT_NONE, "event_is_live": FieldAction.OVERWRITE_NOT_NONE, "event_start": FieldAction.OVERWRITE_NOT_NONE,