add VideoSegment and failing tests

This commit is contained in:
davotoula
2025-11-01 16:23:35 +01:00
parent f9bd660774
commit 1e12decd36
2 changed files with 101 additions and 15 deletions
@@ -58,6 +58,11 @@ class ImageSegment(
segment: String,
) : Segment(segment)
@Immutable
class VideoSegment(
segment: String,
) : Segment(segment)
@Immutable
class LinkSegment(
segment: String,