Fixed: Multiple settings not working on Movie Overview view

pull/8794/head
Qstick 11 months ago
parent d6c1721f51
commit 2d18e4f89e

@ -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…
Cancel
Save