MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / handleLoadedMetadata

Function handleLoadedMetadata

frontend/src/components/FloatingVideo.jsx:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280
281 const handleLoadStart = () => setIsLoading(true);
282 const handleLoadedMetadata = () => {
283 seekToStart();
284 };
285 const handleLoadedData = () => {
286 setIsLoading(false);
287 // hls.js applies its `startPosition` after MEDIA_ATTACHED, which can

Callers

nothing calls this directly

Calls 1

seekToStartFunction · 0.85

Tested by

no test coverage detected