mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -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',
|
name: 'qualityProfileId',
|
||||||
showProp: 'showQualityProfile',
|
showProp: 'showQualityProfile',
|
||||||
valueProp: 'qualityProfileId',
|
valueProp: 'qualityProfile',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'lastAlbum',
|
name: 'lastAlbum',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue