1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

New: Collections View

This commit is contained in:
Qstick
2022-03-07 20:03:00 -06:00
parent a158e008e9
commit f80272a659
175 changed files with 6149 additions and 870 deletions
@@ -170,7 +170,7 @@ class MovieIndexRow extends Component {
key={name}
className={styles[name]}
>
{collection ? collection.name : null }
{collection ? collection.title : null }
</VirtualTableRowCell>
);
}
@@ -65,6 +65,7 @@ class MovieIndexTable extends Component {
component={MovieIndexRow}
columns={columns}
movieId={movie.id}
collectionId={movie.collectionId}
qualityProfileId={movie.qualityProfileId}
isSelected={selectedState[movie.id]}
onSelectedChange={onSelectedChange}