1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix fetcher settings html import

This commit is contained in:
Bill Thornton 2020-11-24 23:13:15 -05:00
parent 75e1fc4605
commit 12eb66210b

View file

@ -11,6 +11,7 @@ import dialogHelper from '../dialogHelper/dialogHelper';
import '../../elements/emby-checkbox/emby-checkbox';
import '../../elements/emby-select/emby-select';
import '../../elements/emby-input/emby-input';
import template from './imageOptionsEditor.template.html';
function getDefaultImageConfig(itemType, type) {
return {
@ -90,9 +91,6 @@ import '../../elements/emby-input/emby-input';
}
async function showEditor(itemType, options, availableOptions) {
const response = await fetch('components/imageOptionsEditor/imageOptionsEditor.template.html');
const template = await response.text();
const dlg = dialogHelper.createDialog({
size: 'small',
removeOnClose: true,