1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Imdb Ratings

This commit is contained in:
Qstick
2020-10-13 00:14:15 -04:00
parent ec9a7f5c8e
commit 599f4907f4
29 changed files with 573 additions and 70 deletions
@@ -332,7 +332,7 @@ class MovieIndexRow extends Component {
className={styles[name]}
>
<HeartRating
rating={ratings.value}
ratings={ratings}
/>
</VirtualTableRowCell>
);