mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-24 12:21:42 +00:00
test: stub MediaPlayerContainer audio player ref methods
This commit is contained in:
parent
74755e51d8
commit
058e774351
1 changed files with 5 additions and 1 deletions
|
|
@ -198,7 +198,11 @@ describe('MediaPlayerContainer', () => {
|
||||||
setDuration() {},
|
setDuration() {},
|
||||||
setCurrentTime() {},
|
setCurrentTime() {},
|
||||||
setBufferTime() {},
|
setBufferTime() {},
|
||||||
setStreamReady() {}
|
setStreamReady() {},
|
||||||
|
setChunksReady() {},
|
||||||
|
checkUpdateChapterTrack() {},
|
||||||
|
prevChapter() {},
|
||||||
|
nextChapter() {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'controls-playback-speed-control': { template: '<div />' },
|
'controls-playback-speed-control': { template: '<div />' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue