Skip to content

Commit

Permalink
Add file path to toggleable columns in SongList view. Fix navidrome#1719
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 9, 2023
1 parent 5773fa0 commit 9667f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/song/SongList.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const SongList = (props) => {
bpm: isDesktop && <NumberField source="bpm" />,
genre: <TextField source="genre" />,
comment: <TextField source="comment" />,
path: <TextField source="path" />,
createdAt: <DateField source="createdAt" showTime />,
}
}, [isDesktop, classes.ratingField])
Expand All @@ -151,6 +152,7 @@ const SongList = (props) => {
'albumArtist',
'genre',
'comment',
'path',
'createdAt',
],
})
Expand Down

0 comments on commit 9667f3c

Please sign in to comment.