mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Revert "sotm: temporaily set vod prerecord skip time to 150 seconds."
This reverts commit 417166a6f9
.
This commit is contained in:
parent
180038927b
commit
22e2b86f34
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue