From bdd9628122596559b2a8675900812faf14786cde Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 27 Oct 2023 20:23:34 +0300 Subject: [PATCH] Use the correct property for quality profile on overview (cherry picked from commit b06d5fb07bc7ab73ff3705410d8993ef7e040852) --- frontend/src/Artist/Index/Overview/ArtistIndexOverviewInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Artist/Index/Overview/ArtistIndexOverviewInfo.tsx b/frontend/src/Artist/Index/Overview/ArtistIndexOverviewInfo.tsx index c0c62ba84..33c4ad2a9 100644 --- a/frontend/src/Artist/Index/Overview/ArtistIndexOverviewInfo.tsx +++ b/frontend/src/Artist/Index/Overview/ArtistIndexOverviewInfo.tsx @@ -21,7 +21,7 @@ const rows = [ { name: 'qualityProfileId', showProp: 'showQualityProfile', - valueProp: 'qualityProfileId', + valueProp: 'qualityProfile', }, { name: 'lastAlbum',