mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use full path for imports
This commit is contained in:
parent
c02b1e651f
commit
f624fa1065
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ import ServerConnections from '../ServerConnections';
|
|||
import toast from '../toast/toast';
|
||||
import { appRouter } from '../router/appRouter';
|
||||
import template from './metadataEditor.template.html';
|
||||
import { BaseItemKind, SeriesStatus } from '@jellyfin/sdk/lib/generated-client';
|
||||
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models/base-item-kind';
|
||||
import { SeriesStatus } from '@jellyfin/sdk/lib/generated-client/models/series-status';
|
||||
|
||||
let currentContext;
|
||||
let metadataEditorInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue