mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 08:45:06 +01:00
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:
@@ -46,6 +46,7 @@ const ListView = ({
|
||||
id={title.tmdbId}
|
||||
tmdbId={title.tmdbId}
|
||||
type={title.mediaType}
|
||||
isAddedToWatchlist={true}
|
||||
canExpand
|
||||
/>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user