mirror of https://github.com/Sonarr/Sonarr
Use the correct property for quality profile on overview
This commit is contained in:
parent
f2cae4e2b2
commit
b06d5fb07b
|
@ -63,7 +63,7 @@ const rows = [
|
|||
{
|
||||
name: 'qualityProfileId',
|
||||
showProp: 'showQualityProfile',
|
||||
valueProp: 'qualityProfileId',
|
||||
valueProp: 'qualityProfile',
|
||||
},
|
||||
{
|
||||
name: 'previousAiring',
|
||||
|
|
Loading…
Reference in New Issue