mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-23 15:24:31 +03:00
fix missing semicolon
the web linter was complaining
This commit is contained in:
parent
341619f3bd
commit
27d46aa725
@ -139,7 +139,7 @@ export default function HlsVideoPlayer({
|
|||||||
if (hlsRef.current) {
|
if (hlsRef.current) {
|
||||||
hlsRef.current.destroy();
|
hlsRef.current.destroy();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}, [videoRef, hlsRef, useHlsCompat, currentSource]);
|
}, [videoRef, hlsRef, useHlsCompat, currentSource]);
|
||||||
|
|
||||||
// state handling
|
// state handling
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user