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
+2
View File
@@ -40,6 +40,8 @@ impl DigitalPointerPayload {
track_speed: None,
link_uid: Some(self.link_uid.clone()),
remarker: None,
video_url: None,
}
}
}