mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix linting
This commit is contained in:
parent
2eb15411ba
commit
e6171364ca
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue