* fix recordings check

* Only calculate inpoint offset for beginning of hour segment

* Cleanup

* Fix seeking

* add Czech

* explore i18n fix

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Josh Hawkins
2025-05-19 14:43:22 -06:00
committed by GitHub
co-authored by Nicolas Mowen
parent 717517aeb5
commit 8a143b4284
8 changed files with 44 additions and 27 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ export default function HlsVideoPlayer({
hotKeys={hotKeys}
onPlayPause={onPlayPause}
onSeek={(diff) => {
const currentTime = getVideoTime();
const currentTime = videoRef.current?.currentTime;
if (!videoRef.current || !currentTime) {
return;