mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Make linter happy
This commit is contained in:
parent
00c6501dc8
commit
f6a83c3701
@ -77,7 +77,7 @@ import { playbackManager } from './playback/playbackmanager';
|
|||||||
let pluginInstance = await window[pluginSpec];
|
let pluginInstance = await window[pluginSpec];
|
||||||
|
|
||||||
if (typeof pluginInstance === 'function') {
|
if (typeof pluginInstance === 'function') {
|
||||||
pluginInstance = await pluginInstance();
|
pluginInstance = await pluginInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
// init plugin and pass basic dependencies
|
// init plugin and pass basic dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user