From e6171364ca1d86ef73403133715d3be5f425b317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=BCftinger?= Date: Wed, 8 Mar 2023 16:47:16 +0100 Subject: [PATCH] fix linting --- src/plugins/bookPlayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {