diff --git a/src/renderer/features/search/components/library-command-item.tsx b/src/renderer/features/search/components/library-command-item.tsx
index f408af4f..c497e159 100644
--- a/src/renderer/features/search/components/library-command-item.tsx
+++ b/src/renderer/features/search/components/library-command-item.tsx
@@ -7,6 +7,7 @@ import {
RiAlbumFill,
RiPlayFill,
RiPlayListFill,
+ RiShuffleFill,
RiUserVoiceFill,
} from 'react-icons/ri';
import styled from 'styled-components';
@@ -168,6 +169,21 @@ export const LibraryCommandItem = ({
>
+ {itemType !== LibraryItem.SONG && (
+
+ )}
+