diff options
author | bob <bcz@cs.brown.edu> | 2019-10-10 14:04:22 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-10 14:04:22 -0400 |
commit | 77d66d159d75442ff5635c4bf4843b6155883cc2 (patch) | |
tree | 17dc230a46bda8d0f0c95984ddf19fade3d7d369 /src/client/documents/Documents.ts | |
parent | 2cec74403daf057d6e2e830a0544c1254722dcde (diff) |
removed CollectionVideoView
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9d1a6ed3e..22aa74634 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1,7 +1,6 @@ import { HistogramField } from "../northstar/dash-fields/HistogramField"; import { HistogramBox } from "../northstar/dash-nodes/HistogramBox"; import { HistogramOperation } from "../northstar/operations/HistogramOperation"; -import { CollectionVideoView } from "../views/collections/CollectionVideoView"; import { CollectionView } from "../views/collections/CollectionView"; import { CollectionViewType } from "../views/collections/CollectionBaseView"; import { AudioBox } from "../views/nodes/AudioBox"; @@ -137,7 +136,7 @@ export namespace Docs { options: { height: 150 } }], [DocumentType.VID, { - layout: { view: VideoBox, collectionView: [CollectionVideoView, data, anno] as CollectionViewType }, + layout: { view: VideoBox, ext: anno }, options: { currentTimecode: 0 }, }], [DocumentType.AUDIO, { |