fix missing semicolon

the web linter was complaining
This commit is contained in:
Josh Hawkins 2025-09-07 19:29:31 -05:00
parent 341619f3bd
commit 27d46aa725

View File

@ -139,7 +139,7 @@ export default function HlsVideoPlayer({
if (hlsRef.current) {
hlsRef.current.destroy();
}
}
};
}, [videoRef, hlsRef, useHlsCompat, currentSource]);
// state handling