diff options
author | Florian Larysch | 2017-05-26 17:13:19 +0200 |
---|---|---|
committer | Florian Larysch | 2017-05-26 17:13:19 +0200 |
commit | d823c8614fff8c7210963465760a8f96fd42e4df (patch) | |
tree | afcb79406c285c67858d1dd0da348dbbd323b7ea | |
parent | fb7775c88840c061617a0744b2021c71107c9f51 (diff) |
osc17: fix relive manifest url
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/osc17/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/osc17/config.php b/configs/conferences/osc17/config.php index 70214ef..29e4751 100644 --- a/configs/conferences/osc17/config.php +++ b/configs/conferences/osc17/config.php @@ -97,7 +97,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'configs/conferences/osc16/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/oSC17/index.json', /** * APCU-Cache-Zeit in Sekunden |