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