feat: rename year to max_year and add min_year to album. #118

This commit is contained in:
Deluan
2020-03-27 20:01:08 -04:00
parent fc650cd127
commit 53e8a92fed
10 changed files with 95 additions and 14 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const SongList = (props) => {
{isDesktop && <TextField source="album" />}
<TextField source="artist" />
{isDesktop && <NumberField source="trackNumber" />}
{isDesktop && <TextField source="year" />}
{isDesktop && <TextField source="maxYear" />}
<DurationField source="duration" />
</Datagrid>
)}