mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove eslint-enable indent
This commit is contained in:
parent
d6c00aa6f4
commit
0cda86dfdd
1 changed files with 215 additions and 218 deletions
|
@ -10,8 +10,6 @@ import '../formdialog.scss';
|
|||
import '../../elements/emby-button/emby-button';
|
||||
import alert from '../alert';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function getSystemInfo() {
|
||||
return systemInfo ? Promise.resolve(systemInfo) : ApiClient.getPublicSystemInfo().then(
|
||||
info => {
|
||||
|
@ -308,5 +306,4 @@ import alert from '../alert';
|
|||
};
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
export default DirectoryBrowser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue