mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix minor issues with book players
This commit is contained in:
parent
6b302ed20b
commit
3f55a79d74
4 changed files with 3 additions and 5 deletions
|
@ -22,7 +22,6 @@ export class BookPlayer {
|
|||
this.prevChapter = this.prevChapter.bind(this);
|
||||
this.nextChapter = this.nextChapter.bind(this);
|
||||
this.onWindowKeyUp = this.onWindowKeyUp.bind(this);
|
||||
this.onTouchStart = this.onTouchStart.bind(this);
|
||||
}
|
||||
|
||||
play(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue