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:
parent
75e1fc4605
commit
12eb66210b
1 changed files with 1 additions and 3 deletions
|
@ -11,6 +11,7 @@ import dialogHelper from '../dialogHelper/dialogHelper';
|
||||||
import '../../elements/emby-checkbox/emby-checkbox';
|
import '../../elements/emby-checkbox/emby-checkbox';
|
||||||
import '../../elements/emby-select/emby-select';
|
import '../../elements/emby-select/emby-select';
|
||||||
import '../../elements/emby-input/emby-input';
|
import '../../elements/emby-input/emby-input';
|
||||||
|
import template from './imageOptionsEditor.template.html';
|
||||||
|
|
||||||
function getDefaultImageConfig(itemType, type) {
|
function getDefaultImageConfig(itemType, type) {
|
||||||
return {
|
return {
|
||||||
|
@ -90,9 +91,6 @@ import '../../elements/emby-input/emby-input';
|
||||||
}
|
}
|
||||||
|
|
||||||
async function showEditor(itemType, options, availableOptions) {
|
async function showEditor(itemType, options, availableOptions) {
|
||||||
const response = await fetch('components/imageOptionsEditor/imageOptionsEditor.template.html');
|
|
||||||
const template = await response.text();
|
|
||||||
|
|
||||||
const dlg = dialogHelper.createDialog({
|
const dlg = dialogHelper.createDialog({
|
||||||
size: 'small',
|
size: 'small',
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue