Skip to content

Commit b28968a

Browse files
committed
fix: border style enum
1 parent 5027f9a commit b28968a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/timeline_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class CaptionBorderStyle(str, Enum):
6767
"""Border style properties for caption assets."""
6868

6969
outline_and_shadow = "outline_and_shadow"
70-
outline = "outline"
70+
opaque_box = "opaque_box"
7171

7272

7373
class CaptionAlignment(str, Enum):

0 commit comments

Comments
 (0)