mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
add play icon to the cw ui
This commit is contained in:
parent
faf49904da
commit
99c7a036c7
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const Board = () => {
|
|||
};
|
||||
return continueWatching.lib_items.map(({ id, videoId, ...libItem }) => ({
|
||||
...libItem,
|
||||
playIcon: true,
|
||||
dataset: { id, videoId, type: libItem.type },
|
||||
options: CONTINUE_WATCHING_OPTIONS,
|
||||
optionOnSelect: onSelect
|
||||
|
|
|
|||
Loading…
Reference in a new issue