mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/site.js
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
67adeef131
commit
2015665a64
1 changed files with 1 additions and 2 deletions
|
@ -144,8 +144,7 @@ function loadPlugins() {
|
|||
.then(function () {
|
||||
console.debug('finished loading plugins');
|
||||
})
|
||||
.catch(() => console.debug('failed loading plugins')
|
||||
)
|
||||
.catch(() => console.debug('failed loading plugins'))
|
||||
.finally(() => {
|
||||
console.groupEnd('loading installed plugins');
|
||||
packageManager.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue