From 747bbca7fe14aef71bb9bfc196b27ef6f78ba38e Mon Sep 17 00:00:00 2001 From: dkanada Date: Sat, 11 Jan 2020 15:28:19 +0900 Subject: [PATCH] fix instant mix icon --- src/components/itemcontextmenu.js | 2 +- src/itemdetails.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/itemcontextmenu.js b/src/components/itemcontextmenu.js index f9f67082d9..02ef9ee0e4 100644 --- a/src/components/itemcontextmenu.js +++ b/src/components/itemcontextmenu.js @@ -70,7 +70,7 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter", commands.push({ name: globalize.translate("InstantMix"), id: "instantmix", - icon: "shuffle" + icon: "explore" }); } } diff --git a/src/itemdetails.html b/src/itemdetails.html index 5240cd5744..1b4788ec77 100644 --- a/src/itemdetails.html +++ b/src/itemdetails.html @@ -45,7 +45,7 @@