aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-09 18:21:06 -0500
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-09 18:21:06 -0500
commitb9cfa458a6535e7ee0ff8b81398afa1e123cf458 (patch)
tree89bce824b3f54a1896e8af052bea5c8e191dddad /src/client/views/collections/CollectionView.tsx
parent2cc5eb6ff512dc6128d25903bcb852f25bcadcca (diff)
added audio and video nodes
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx
index 31824763d..454d547ef 100644
--- a/src/client/views/collections/CollectionView.tsx
+++ b/src/client/views/collections/CollectionView.tsx
@@ -19,6 +19,8 @@ export enum CollectionViewType {
Freeform,
Schema,
Docking,
+ Video,
+ Audio,
Tree
}