mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 19:50:37 +03:00
Add album name to song details
This commit is contained in:
parent
14f3ffbee6
commit
f28531b609
@ -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…
x
Reference in New Issue
Block a user