Cleanup to use new preview video player in dynamic player (#10335)

* Cleanup to use new preview video player

* Make it so motion persists the selected time

* Don't jump when player first starts

* Get autoplay working right
This commit is contained in:
Nicolas Mowen
2024-03-08 16:24:12 -07:00
committed by GitHub
parent 05a66ce90d
commit 086eb37ece
6 changed files with 172 additions and 245 deletions

View File

@@ -4,8 +4,6 @@ import { Recording } from "./record";
export type DynamicPlayback = {
recordings: Recording[];
playbackUri: string;
preview: Preview | undefined;
timeRange: { end: number; start: number };
};
export type PreviewPlayback = {