MCPcopy Index your code
hub / github.com/iChochy/NCE / persistPlayTime

Method persistPlayTime

js/ReadingSystem.js:471–473  ·  view source on GitHub ↗

* 保存播放进度 * @param {number} time - 播放时间

(time)

Source from the content-addressed store, hash-verified

469 * @param {number} time - 播放时间
470 */
471 persistPlayTime(time) {
472 savePlayTime(this.state.bookPath, this.state.currentUnitIndex, time);
473 }
474
475 /**
476 * 更新歌词高亮

Callers 1

handleLyricActivateMethod · 0.95

Calls 1

savePlayTimeFunction · 0.90

Tested by

no test coverage detected