mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Fix JS console error
This commit is contained in:
parent
82105c3a16
commit
823fef8e43
@ -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…
x
Reference in New Issue
Block a user