mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: watched dependencie added
This commit is contained in:
parent
0547b1675e
commit
809ea69803
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const LibItem = ({ _id, removable, notifications, watched, ...props }) => {
|
|||
...option,
|
||||
label: t(option.label)
|
||||
}));
|
||||
}, [_id, removable, props.progress, props.deepLinks]);
|
||||
}, [_id, removable, props.progress, props.deepLinks, watched]);
|
||||
|
||||
const optionOnSelect = React.useCallback((event) => {
|
||||
if (typeof props.optionOnSelect === 'function') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue