diff --git a/src/apps/experimental/components/LibraryIcon.tsx b/src/apps/experimental/components/LibraryIcon.tsx index c3dae4cffb..abe27b01cb 100644 --- a/src/apps/experimental/components/LibraryIcon.tsx +++ b/src/apps/experimental/components/LibraryIcon.tsx @@ -11,7 +11,7 @@ import Collections from '@mui/icons-material/Collections'; import Queue from '@mui/icons-material/Queue'; import Folder from '@mui/icons-material/Folder'; 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 { item: BaseItemDto