courseware
harry 5 years ago
parent 1ab6569f22
commit c705510639

@ -45,7 +45,7 @@ export default ({ src, videoId, logWatchHistory, courseId = null }) => {
const log = useCallback((callback, isEnd = false) => { const log = useCallback((callback, isEnd = false) => {
let params = { let params = {
point: el.currentTime.currentTime point: el.current.currentTime
} }
if (logId) { if (logId) {
params['log_id'] = logId params['log_id'] = logId

Loading…
Cancel
Save