diff --git a/ui/src/album/AlbumSongs.jsx b/ui/src/album/AlbumSongs.jsx
index b5ca74a8a..bfb1a4d6a 100644
--- a/ui/src/album/AlbumSongs.jsx
+++ b/ui/src/album/AlbumSongs.jsx
@@ -124,6 +124,14 @@ const AlbumSongs = (props) => {
size: isDesktop && ,
channels: isDesktop && ,
bpm: isDesktop && ,
+ genre: ,
+ mood: isDesktop && (
+ r.tags?.mood?.[0] ?? ''}
+ sortable={false}
+ />
+ ),
rating: isDesktop && config.enableStarRating && (
{
resource: 'albumSong',
columns: toggleableFields,
omittedColumns: ['title'],
- defaultOff: ['channels', 'bpm', 'year', 'playCount', 'playDate', 'size'],
+ defaultOff: [
+ 'channels',
+ 'bpm',
+ 'year',
+ 'playCount',
+ 'playDate',
+ 'size',
+ 'mood',
+ 'genre',
+ ],
})
const bulkActionsLabel = isDesktop