chore: no need for these props any more

This commit is contained in:
Fredrik Burmester
2024-10-11 12:04:12 +02:00
parent eb841601f6
commit c5f39f6f8a

View File

@@ -246,7 +246,7 @@ export const ItemContent: React.FC<{ item: BaseItemDto }> = React.memo(
</View>
)}
<PlayButton item={item} url={playUrl} className="grow" />
<PlayButton className="grow" />
</View>
{item.Type === "Episode" && (