Move frigate utils under the camera manager directory for Frigate.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import {
|
||||
getEventTitle,
|
||||
getRecordingMediaContentID,
|
||||
getRecordingTitle,
|
||||
} from './utils/frigate.js';
|
||||
} from './camera/frigate/frigate.js';
|
||||
|
||||
export type ViewMediaType = 'clip' | 'snapshot' | 'recording';
|
||||
export type ViewMediaSourceType = FrigateEvent | FrigateRecording | BrowseMediaSource;
|
||||
|
||||
Reference in New Issue
Block a user