1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix linting

This commit is contained in:
Lukas Lüftinger 2023-03-08 16:47:16 +01:00
parent 2eb15411ba
commit e6171364ca

View file

@ -344,7 +344,7 @@ export class BookPlayer {
this.currentSrc = downloadHref; this.currentSrc = downloadHref;
this.rendition = rendition; this.rendition = rendition;
rendition.themes.register('default', this.themes[this.theme]) rendition.themes.register('default', this.themes[this.theme]);
rendition.themes.select('default'); rendition.themes.select('default');
return rendition.display().then(() => { return rendition.display().then(() => {