aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAndreas Hubel2020-07-04 19:12:27 +0200
committerAndreas Hubel2020-07-04 19:12:27 +0200
commit417166a6f9771e43ef50dc2155419c3f78a72b7e (patch)
tree8bdfcd32d981589a82a79af4e6a778cabbf56de3 /assets
parent3cb51e4f2d3792b957a970ad194d3191cda4b5cd (diff)
sotm: temporaily set vod prerecord skip time to 150 seconds.
Diffstat (limited to 'assets')
-rw-r--r--assets/js/lustiges-script.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js
index 1952af4..ad54d90 100644
--- a/assets/js/lustiges-script.js
+++ b/assets/js/lustiges-script.js
@@ -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);
}
});
}