1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Unable to load UI if Quality Profiles contain removed Custom Format items

Manually cherry picked from Sonarr commits:

- 2c004e1f9665763111fcd964b81338bdbe735865
- 4b4301a076488c595969921697d7002ca427c955
This commit is contained in:
Robert Dailey
2023-01-22 11:15:24 -06:00
committed by Qstick
parent 7906ea2a0c
commit 4d2143e9b2
6 changed files with 235 additions and 7 deletions
@@ -40,13 +40,11 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
{
new ProfileFormatItem
{
Id = 1,
Format = _customFormatOne,
Score = 50
},
new ProfileFormatItem
{
Id = 1,
Format = _customFormatTwo,
Score = 100
}