mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +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 }) => ({
|
return continueWatching.lib_items.map(({ id, videoId, ...libItem }) => ({
|
||||||
...libItem,
|
...libItem,
|
||||||
|
playIcon: true,
|
||||||
dataset: { id, videoId, type: libItem.type },
|
dataset: { id, videoId, type: libItem.type },
|
||||||
options: CONTINUE_WATCHING_OPTIONS,
|
options: CONTINUE_WATCHING_OPTIONS,
|
||||||
optionOnSelect: onSelect
|
optionOnSelect: onSelect
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue