1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Rating votes tooltip and series filter

This commit is contained in:
Bogdan
2024-07-11 13:21:28 +03:00
committed by Mark McDowall
parent dca5239420
commit 703dee9383
6 changed files with 41 additions and 12 deletions
@@ -401,7 +401,7 @@ function SeriesIndexRow(props: SeriesIndexRowProps) {
if (name === 'ratings') {
return (
<VirtualTableRowCell key={name} className={styles[name]}>
<HeartRating rating={ratings.value} />
<HeartRating rating={ratings.value} votes={ratings.votes} />
</VirtualTableRowCell>
);
}