type player and layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user