mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code issues reported by Sonar
This commit is contained in:
parent
66303bdbe5
commit
bbef2197dd
16 changed files with 90 additions and 89 deletions
|
@ -1,7 +1,10 @@
|
|||
import * as Helper from './helper';
|
||||
import Manager from './manager';
|
||||
import PlayerFactory from './players/factory';
|
||||
import GenericPlayer from './players/genericPlayer';
|
||||
import * as Helper from './Helper';
|
||||
import ManagerClass from './Manager';
|
||||
import PlayerFactoryClass from './players/PlayerFactory';
|
||||
import GenericPlayer from './players/GenericPlayer';
|
||||
|
||||
const PlayerFactory = new PlayerFactoryClass();
|
||||
const Manager = new ManagerClass(PlayerFactory);
|
||||
|
||||
export default {
|
||||
Helper,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue