Skip to content

Commit 2672b72

Browse files
committed
fix: asset enum
1 parent 2940995 commit 2672b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videodb/timeline_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
class AssetType(str, Enum):
66
video = "video"
77
image = "image"
8+
audio = "audio"
89

910

1011
class Fit(str, Enum):

0 commit comments

Comments
 (0)