mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix JS console error
This commit is contained in:
parent
82105c3a16
commit
823fef8e43
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ const AlbumSongs = (props) => {
|
|||
bpm: isDesktop && <NumberField source="bpm" sortable={false} />,
|
||||
rating: isDesktop && config.enableStarRating && (
|
||||
<RatingField
|
||||
resource={'song'}
|
||||
source="rating"
|
||||
sortable={false}
|
||||
className={classes.ratingField}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue