From bb14de87d899b171966cfd4601e480f64f4eb037 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sun, 5 Jul 2020 22:02:56 +0200 Subject: sotm: change end date --- model/Relive.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'model') 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()); -- cgit v1.2.3