1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix instant mix icon

This commit is contained in:
dkanada 2020-01-11 15:28:19 +09:00
parent 503dbb5767
commit 747bbca7fe
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
commands.push({
name: globalize.translate("InstantMix"),
id: "instantmix",
icon: "shuffle"
icon: "explore"
});
}
}