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:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user