1
0
Fork 0
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:
grafixeyehero 2024-03-03 01:31:35 +03:00
parent efe5d0b84d
commit d5a775502b
33 changed files with 32 additions and 32 deletions

View file

@ -2,7 +2,7 @@ import React, { type FC } from 'react';
import Box from '@mui/material/Box';
import itemHelper from 'components/itemHelper';
import { isUsingLiveTvNaming } from '../cardbuilder/cardBuilderUtils';
import type { ItemDto } from 'types/itemDto';
import type { ItemDto } from 'types/base/models/item-dto';
interface DefaultNameProps {
item: ItemDto;