type player and layout

This commit is contained in:
2026-04-27 02:34:08 +03:00
parent 9641dfc1a9
commit 192cb92c1e
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -279,8 +279,8 @@ function RowStrip({ title, items }: { title: string; items: BaseItemDto[] }) {
</p>
<div className="flex gap-2 overflow-x-auto hide-scrollbar -mx-1 px-1 pb-1.5">
{items.map(it => {
const tmdbPoster = (it as any)._tmdbPoster as string | undefined
const inLibrary = (it as any)._inLibrary === true
const tmdbPoster = it._tmdbPoster
const inLibrary = it._inLibrary === true
const poster =
tmdbPoster ||
(it.ImageTags?.Primary && it.Id