mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
fix lint
This commit is contained in:
parent
e6ba4ab79d
commit
3053803952
@ -27,7 +27,7 @@ type LivePlayerProps = {
|
||||
iOSCompatFullScreen?: boolean;
|
||||
pip?: boolean;
|
||||
onClick?: () => void;
|
||||
setFullResolution: React.Dispatch<React.SetStateAction<VideoResolutionType>>;
|
||||
setFullResolution?: React.Dispatch<React.SetStateAction<VideoResolutionType>>;
|
||||
};
|
||||
|
||||
export default function LivePlayer({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user