Add album name to song details
This commit is contained in:
parent
14f3ffbee6
commit
f28531b609
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ const SongDetails = (props) => {
|
|||
const { record } = props
|
||||
const data = {
|
||||
path: <TextField record={record} source="path" />,
|
||||
album: <TextField record={record} source="album" />,
|
||||
discSubtitle: <TextField record={record} source="discSubtitle" />,
|
||||
albumArtist: <TextField record={record} source="albumArtist" />,
|
||||
genre: <TextField record={record} source="genre" />,
|
||||
|
|
|
|||
Loading…
Reference in a new issue