上映会のし組み作り(#295) #296

マージ済み
みてるぞ が 7 個のコミットを feature/295 から main へマージ 2026-03-18 23:01:04 +09:00
コミット d4754e830c の変更だけを表示してゐます - すべてのコミットを表示
+2 -2
ファイルの表示
@@ -80,11 +80,11 @@ export default (() => {
return return
const targetTime = const targetTime =
((new Date).getTime () - (new Date (theatreInfo.postStartedAt)).getTime ()) / 1000 ((new Date).getTime () - (new Date (theatreInfo.postStartedAt)).getTime ())
const drift = Math.abs (meta.currentTime - targetTime) const drift = Math.abs (meta.currentTime - targetTime)
if (drift > 5) if (drift > 5_000)
embedRef.current?.seek (targetTime) embedRef.current?.seek (targetTime)
} }