mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing emby-select import in add plugin page
This commit is contained in:
parent
ac410d1616
commit
143b846d50
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import confirm from '../../../../components/confirm/confirm';
|
|||
|
||||
import 'elements/emby-button/emby-button';
|
||||
import 'elements/emby-collapse/emby-collapse';
|
||||
import 'elements/emby-select/emby-select';
|
||||
|
||||
function populateHistory(packageInfo, page) {
|
||||
let html = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue