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 /model | |
parent | 417166a6f9771e43ef50dc2155419c3f78a72b7e (diff) |
sotm: change end date
Diffstat (limited to '')
-rw-r--r-- | model/Relive.php | 5 |
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()); |