mirror of https://github.com/lidarr/Lidarr
Use the correct property for quality profile on overview
(cherry picked from commit b06d5fb07bc7ab73ff3705410d8993ef7e040852)
This commit is contained in:
parent
6224fe95b5
commit
bdd9628122
|
@ -21,7 +21,7 @@ const rows = [
|
||||||
{
|
{
|
||||||
name: 'qualityProfileId',
|
name: 'qualityProfileId',
|
||||||
showProp: 'showQualityProfile',
|
showProp: 'showQualityProfile',
|
||||||
valueProp: 'qualityProfileId',
|
valueProp: 'qualityProfile',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'lastAlbum',
|
name: 'lastAlbum',
|
||||||
|
|
Loading…
Reference in New Issue