mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
...
This commit is contained in:
@@ -3827,6 +3827,7 @@ def web_interface(args, ctx):
|
||||
let fade_timeout = null;
|
||||
let last_time = 0;
|
||||
if(gr_root && gr_checkboxes && gr_radios && gr_audiobook_player_playback_time && gr_audiobook_sentence && gr_tab_progress){
|
||||
console.log('components exist!');
|
||||
gr_audiobook_player.addEventListener("canplay", () => {
|
||||
console.log("canplay:", window.playback_time);
|
||||
if (window.playback_time) {
|
||||
|
||||
Reference in New Issue
Block a user