diff --git a/src/components/viewtypes/ListViewTable.tsx b/src/components/viewtypes/ListViewTable.tsx
index 2f87c3e..f10e280 100644
--- a/src/components/viewtypes/ListViewTable.tsx
+++ b/src/components/viewtypes/ListViewTable.tsx
@@ -901,7 +901,7 @@ const ListViewTable = ({
>
{column.dataKey.match(/artist|genre/) ? (
<>
- {rowData[column.dataKey] && (
+ {rowData[column.dataKey] ? (
+ ) : (
+
)}
>
) : column.dataKey === 'album' ? (