mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix all indentation issues in book player
This commit is contained in:
parent
5b2837f137
commit
512f33a7fb
1 changed files with 161 additions and 163 deletions
|
@ -9,7 +9,6 @@ import 'css!./style';
|
|||
import 'material-icons';
|
||||
import 'paper-icon-button-light';
|
||||
|
||||
/* eslint-disable indent */
|
||||
export class BookPlayer {
|
||||
constructor() {
|
||||
this.name = 'Book Player';
|
||||
|
@ -198,5 +197,4 @@ export class BookPlayer {
|
|||
}
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
export default BookPlayer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue