mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 12:55:14 +01:00
Fixed: Multiple settings not working on Movie Overview view
This commit is contained in:
parent
d6c1721f51
commit
2d18e4f89e
2 changed files with 7 additions and 1 deletions
|
|
@ -71,6 +71,9 @@ function MovieIndexOverview(props: MovieIndexOverviewProps) {
|
|||
isAvailable,
|
||||
tmdbId,
|
||||
imdbId,
|
||||
studio,
|
||||
sizeOnDisk,
|
||||
added,
|
||||
youTubeTrailerId,
|
||||
} = movie;
|
||||
|
||||
|
|
@ -219,6 +222,9 @@ function MovieIndexOverview(props: MovieIndexOverviewProps) {
|
|||
height={overviewHeight}
|
||||
monitored={monitored}
|
||||
qualityProfile={qualityProfile}
|
||||
studio={studio}
|
||||
sizeOnDisk={sizeOnDisk}
|
||||
added={added}
|
||||
path={path}
|
||||
sortKey={sortKey}
|
||||
{...overviewOptions}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ const rows = [
|
|||
{
|
||||
name: 'qualityProfileId',
|
||||
showProp: 'showQualityProfile',
|
||||
valueProp: 'qualityProfileId',
|
||||
valueProp: 'qualityProfile',
|
||||
},
|
||||
{
|
||||
name: 'added',
|
||||
|
|
|
|||
Loading…
Reference in a new issue