aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAndreas Hubel2020-07-05 22:02:56 +0200
committerAndreas Hubel2020-07-05 22:02:56 +0200
commitbb14de87d899b171966cfd4601e480f64f4eb037 (patch)
treec8ca728869299f3302cb1ea0ee50013b5fffcc81 /model
parent417166a6f9771e43ef50dc2155419c3f78a72b7e (diff)
sotm: change end date
Diffstat (limited to 'model')
-rw-r--r--model/Relive.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/model/Relive.php b/model/Relive.php
index b6d33da..80a9071 100644
--- a/model/Relive.php
+++ b/model/Relive.php
@@ -24,6 +24,11 @@ class Relive
return $this->getConference()->get('CONFERENCE.RELIVE_JSON');
}
+ public function getPreRecOffset()
+ {
+ return $this->getConference()->get('CONFERENCE.RELIVE_SKIP_PREREC_OFFSET') ?: 900;
+ }
+
public function getJsonCache()
{
return sprintf('/tmp/relive-cache-%s.json', $this->getConference()->getSlug());