mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-02 06:24:14 +00:00
Add file path to toggleable columns in SongList view. Fix #1719
This commit is contained in:
parent
84ed24e0ce
commit
628b585fd4
@ -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])
|
||||
@ -151,6 +152,7 @@ const SongList = (props) => {
|
||||
'albumArtist',
|
||||
'genre',
|
||||
'comment',
|
||||
'path',
|
||||
'createdAt',
|
||||
],
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user