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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user