mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Use the correct property for quality profile on overview
(cherry picked from commit b06d5fb07bc7ab73ff3705410d8993ef7e040852)
This commit is contained in:
parent
6224fe95b5
commit
bdd9628122
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const rows = [
|
|||
{
|
||||
name: 'qualityProfileId',
|
||||
showProp: 'showQualityProfile',
|
||||
valueProp: 'qualityProfileId',
|
||||
valueProp: 'qualityProfile',
|
||||
},
|
||||
{
|
||||
name: 'lastAlbum',
|
||||
|
|
|
|||
Loading…
Reference in a new issue