diff options
author | Andreas Hubel | 2020-07-05 22:02:56 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-07-05 22:02:56 +0200 |
commit | bb14de87d899b171966cfd4601e480f64f4eb037 (patch) | |
tree | c8ca728869299f3302cb1ea0ee50013b5fffcc81 /template | |
parent | 417166a6f9771e43ef50dc2155419c3f78a72b7e (diff) |
sotm: change end date
Diffstat (limited to 'template')
-rw-r--r-- | template/relive-player-netcut.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive-player-netcut.phtml b/template/relive-player-netcut.phtml index 61a21b2..379a0c3 100644 --- a/template/relive-player-netcut.phtml +++ b/template/relive-player-netcut.phtml @@ -46,7 +46,7 @@ <script type="text/javascript"> VIDEO_FPS = 25; - INFRAME = 900*25; + INFRAME = ($relive->getPreRecOffset())*25; OUTFRAME = <?= ($talk['duration']-900)*25 ?>; </script> |