mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-19 03:32:03 +02:00
Use the correct property for quality profile on overview
This commit is contained in:
parent
f2cae4e2b2
commit
b06d5fb07b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ const rows = [
|
|||
{
|
||||
name: 'qualityProfileId',
|
||||
showProp: 'showQualityProfile',
|
||||
valueProp: 'qualityProfileId',
|
||||
valueProp: 'qualityProfile',
|
||||
},
|
||||
{
|
||||
name: 'previousAiring',
|
||||
|
|
|
|||
Loading…
Reference in a new issue