mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/apps/experimental/components/LibraryIcon.tsx
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
e5a55daf55
commit
f12e2b3e78
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import Collections from '@mui/icons-material/Collections';
|
||||||
import Queue from '@mui/icons-material/Queue';
|
import Queue from '@mui/icons-material/Queue';
|
||||||
import Folder from '@mui/icons-material/Folder';
|
import Folder from '@mui/icons-material/Folder';
|
||||||
import React, { FC } from 'react';
|
import React, { FC } from 'react';
|
||||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
|
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||||
|
|
||||||
interface LibraryIconProps {
|
interface LibraryIconProps {
|
||||||
item: BaseItemDto
|
item: BaseItemDto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue