mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
add segmentkey to props
This commit is contained in:
parent
afb1712674
commit
eec237e4c3
@ -22,7 +22,7 @@ type TimestampSegmentProps = {
|
|||||||
isLastSegmentInMinimap: boolean;
|
isLastSegmentInMinimap: boolean;
|
||||||
timestamp: Date;
|
timestamp: Date;
|
||||||
timestampSpread: number;
|
timestampSpread: number;
|
||||||
segmentKey: number;
|
segmentKey: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function MinimapBounds({
|
export function MinimapBounds({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user