Merge pull request #568 from Fallenbagel/fix-local-watchlist-page-item-removal

fix(watchlist): added missing prop for watchlist item removal button in watchlist page
This commit is contained in:
Fallenbagel
2023-11-18 06:29:25 +05:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ const ListView = ({
id={title.tmdbId}
tmdbId={title.tmdbId}
type={title.mediaType}
isAddedToWatchlist={true}
canExpand
/>
</li>