mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix whitespace
This commit is contained in:
parent
a85ef16e99
commit
40f9067c88
1 changed files with 136 additions and 140 deletions
|
@ -9,8 +9,6 @@ import * as inputManager from '../scripts/inputManager';
|
||||||
import toast from '../components/toast/toast';
|
import toast from '../components/toast/toast';
|
||||||
import confirm from '../components/confirm/confirm';
|
import confirm from '../components/confirm/confirm';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
|
||||||
|
|
||||||
// TODO: replace with each plugin version
|
// TODO: replace with each plugin version
|
||||||
const cacheParam = new Date().getTime();
|
const cacheParam = new Date().getTime();
|
||||||
|
|
||||||
|
@ -156,6 +154,4 @@ import confirm from '../components/confirm/confirm';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* eslint-enable indent */
|
|
||||||
|
|
||||||
export const pluginManager = new PluginManager();
|
export const pluginManager = new PluginManager();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue