1
0
Fork 0
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:
dkanada 2020-05-22 10:42:58 +09:00
parent 5b2837f137
commit 512f33a7fb

View file

@ -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;