mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 14:15:22 +03:00
Cleanup
This commit is contained in:
parent
fc23e257df
commit
a101597d76
@ -12,7 +12,7 @@ import ActivityIndicator from "@/components/indicators/activity-indicator";
|
|||||||
import { VideoResolutionType } from "@/types/live";
|
import { VideoResolutionType } from "@/types/live";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import { getTimestampOffset, getUTCOffset } from "@/utils/dateUtil";
|
import { getTimestampOffset } from "@/utils/dateUtil";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dynamically switches between video playback and scrubbing preview player.
|
* Dynamically switches between video playback and scrubbing preview player.
|
||||||
|
|||||||
@ -20,7 +20,7 @@ import {
|
|||||||
MdOutlinePictureInPictureAlt,
|
MdOutlinePictureInPictureAlt,
|
||||||
} from "react-icons/md";
|
} from "react-icons/md";
|
||||||
import { FaBicycle } from "react-icons/fa";
|
import { FaBicycle } from "react-icons/fa";
|
||||||
import { endOfHourOrCurrentTime, getUTCOffset } from "./dateUtil";
|
import { endOfHourOrCurrentTime } from "./dateUtil";
|
||||||
import { TimeRange, Timeline } from "@/types/timeline";
|
import { TimeRange, Timeline } from "@/types/timeline";
|
||||||
|
|
||||||
export function getTimelineIcon(timelineItem: Timeline) {
|
export function getTimelineIcon(timelineItem: Timeline) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user