Fix menu item for downloading playlist as HTML

This commit is contained in:
Jordan Eldredge 2021-07-30 19:16:17 -07:00
parent 073405be26
commit c9fe24daec

View file

@ -7,6 +7,7 @@ const MiscOptionsContextMenu = () => {
const downloadHtmlPlaylist = useActionCreator(Actions.downloadHtmlPlaylist);
return (
<ContextMenuTarget
style={{ width: "100%", height: "100%" }}
top
renderMenu={() => (
<Node onClick={downloadHtmlPlaylist} label="Generate HTML playlist" />