aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAndreas Hubel2020-07-05 22:02:56 +0200
committerAndreas Hubel2020-07-05 22:02:56 +0200
commitbb14de87d899b171966cfd4601e480f64f4eb037 (patch)
treec8ca728869299f3302cb1ea0ee50013b5fffcc81 /template
parent417166a6f9771e43ef50dc2155419c3f78a72b7e (diff)
sotm: change end date
Diffstat (limited to 'template')
-rw-r--r--template/relive-player-netcut.phtml2
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>