{
+ if (!id) return;
+
+ send({ event: 'favorite', favorite: !song.userFavorite, id });
+ }}
+ tooltip={{
+ label: song?.userFavorite ? 'Unfavorite' : 'Favorite',
+ }}
+ variant="transparent"
+ />
+ {(song?.serverType === 'navidrome' || song?.serverType === 'subsonic') && (
+
+
+ debouncedSetRating(0)}
+ style={{ margin: 'auto' }}
+ value={song.userRating ?? 0}
+ />
+
+
+ )}
+