From 99c7a036c7e3121adb40c0eb081939807eb433b2 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 18:56:40 +0200 Subject: [PATCH] add play icon to the cw ui --- src/routes/Board/Board.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/Board/Board.js b/src/routes/Board/Board.js index f3e320217..a6fcc4e3e 100644 --- a/src/routes/Board/Board.js +++ b/src/routes/Board/Board.js @@ -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