mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07: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…
Add table
Add a link
Reference in a new issue