diff --git a/src/plugins/bookPlayer/plugin.js b/src/plugins/bookPlayer/plugin.js index ee3fddd6e2..9aab558529 100644 --- a/src/plugins/bookPlayer/plugin.js +++ b/src/plugins/bookPlayer/plugin.js @@ -344,7 +344,7 @@ export class BookPlayer { this.currentSrc = downloadHref; this.rendition = rendition; - rendition.themes.register('default', this.themes[this.theme]) + rendition.themes.register('default', this.themes[this.theme]); rendition.themes.select('default'); return rendition.display().then(() => {