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,12 +9,10 @@ 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
|
||||||
|
const cacheParam = new Date().getTime();
|
||||||
|
|
||||||
// TODO: replace with each plugin version
|
class PluginManager {
|
||||||
const cacheParam = new Date().getTime();
|
|
||||||
|
|
||||||
class PluginManager {
|
|
||||||
pluginsList = [];
|
pluginsList = [];
|
||||||
|
|
||||||
get plugins() {
|
get plugins() {
|
||||||
|
@ -154,8 +152,6 @@ import confirm from '../components/confirm/confirm';
|
||||||
|
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* eslint-enable indent */
|
|
||||||
|
|
||||||
export const pluginManager = new PluginManager();
|
export const pluginManager = new PluginManager();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue