mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move itemdto to base models folder
This commit is contained in:
parent
efe5d0b84d
commit
d5a775502b
33 changed files with 32 additions and 32 deletions
|
@ -8,7 +8,7 @@ import StarIcons from './StarIcons';
|
|||
import CaptionMediaInfo from './CaptionMediaInfo';
|
||||
import CriticRatingMediaInfo from './CriticRatingMediaInfo';
|
||||
import EndsAt from './EndsAt';
|
||||
import type { ItemDto } from 'types/itemDto';
|
||||
import type { ItemDto } from 'types/base/models/item-dto';
|
||||
import type { MiscInfo } from 'types/mediaInfoItem';
|
||||
|
||||
interface PrimaryMediaInfoProps {
|
||||
|
|
|
@ -4,7 +4,7 @@ import datetime from 'scripts/datetime';
|
|||
import globalize from 'scripts/globalize';
|
||||
import itemHelper from '../itemHelper';
|
||||
import type { NullableNumber, NullableString } from 'types/base/common/shared/types';
|
||||
import type { ItemDto } from 'types/itemDto';
|
||||
import type { ItemDto } from 'types/base/models/item-dto';
|
||||
import type { MiscInfo } from 'types/mediaInfoItem';
|
||||
|
||||
function shouldShowFolderRuntime(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue