1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00

Use the correct property for quality profile on overview

This commit is contained in:
Bogdan 2023-10-27 20:23:34 +03:00 committed by Mark McDowall
parent f2cae4e2b2
commit b06d5fb07b

View File

@ -63,7 +63,7 @@ const rows = [
{ {
name: 'qualityProfileId', name: 'qualityProfileId',
showProp: 'showQualityProfile', showProp: 'showQualityProfile',
valueProp: 'qualityProfileId', valueProp: 'qualityProfile',
}, },
{ {
name: 'previousAiring', name: 'previousAiring',