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

This reverts commit 417166a6f9.
This commit is contained in:
Andreas Hubel 2020-08-22 19:09:05 +02:00
parent 180038927b
commit 22e2b86f34

View file

@ -58,8 +58,7 @@ $(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') {
// TODO use varable, or add field to relive.json api
player.seek(150);
player.seek(15 * 60);
}
});
}