1
0
Fork 0
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:
Bill Thornton 2024-03-28 08:31:54 -04:00
parent ac410d1616
commit 143b846d50

View file

@ -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 = '';