Added video url parser to CoT types

This commit is contained in:
2026-03-31 07:19:39 -03:00
parent 469a54c141
commit 3f14a75e81
5 changed files with 59 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ impl ExternalPositionPayload {
track_speed: Some(self.track_speed),
link_uid: None,
remarker: Some(self.remarker.clone()),
video_url: None,
}
}
}