diff --git a/components/ItemContent.tsx b/components/ItemContent.tsx index 4c537e96..197ee34f 100644 --- a/components/ItemContent.tsx +++ b/components/ItemContent.tsx @@ -32,6 +32,7 @@ import { useSettings } from "@/utils/atoms/settings"; import { getLogoImageUrlById } from "@/utils/jellyfin/image/getLogoImageUrlById"; import { AddToFavorites } from "./AddToFavorites"; import { ItemHeader } from "./ItemHeader"; +import { ItemTechnicalDetails } from "./ItemTechnicalDetails"; import { MoreMoviesWithActor } from "./MoreMoviesWithActor"; import { PlayInRemoteSessionButton } from "./PlayInRemoteSession"; @@ -231,6 +232,12 @@ export const ItemContent: React.FC = React.memo( /> )} + {!isOffline && + selectedOptions.mediaSource?.MediaStreams && + selectedOptions.mediaSource.MediaStreams.length > 0 && ( + + )} + {item.Type !== "Program" && (