aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAndreas Hubel2020-10-24 12:48:54 +0200
committerAndreas Hubel2020-10-24 12:48:54 +0200
commit36faa5b001fe86284f29a544448d078f9f11e8bf (patch)
tree45d184094a05749ec2a260690f69813debed4802 /template
parent4afff5d0b51e3bbb84f4c3bf102aabd15ab797c9 (diff)
fix netcut
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 379a0c3..61a21b2 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 = ($relive->getPreRecOffset())*25;
+ INFRAME = 900*25;
OUTFRAME = <?= ($talk['duration']-900)*25 ?>;
</script>