sotm: temporaily set vod prerecord skip time to 150 seconds.

This commit is contained in:
Andreas Hubel 2020-07-04 19:12:27 +02:00
parent 3cb51e4f2d
commit 417166a6f9

View file

@ -58,7 +58,8 @@ $(function() {
// skip forward to scheduled beginning of the talk at
// ~ 0:14:30 (30 sec offset, if speaker starts on time)
} else if (playback.getPlaybackType() == 'vod') {
player.seek(14 * 60 + 30);
// TODO use varable, or add field to relive.json api
player.seek(150);
}
});
}