add play icon to the cw ui

This commit is contained in:
nklhrstv 2020-03-26 18:56:40 +02:00
parent faf49904da
commit 99c7a036c7

View file

@ -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