1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Quality Profiles resetting Custom Format scores during housekeeping

Closes #5359
This commit is contained in:
Mark McDowall
2023-01-09 12:18:14 -08:00
parent 2c004e1f96
commit 4b4301a076
5 changed files with 92 additions and 24 deletions
@@ -41,13 +41,11 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
{
new ProfileFormatItem
{
Id = 1,
Format = _customFormatOne,
Score = 50
},
new ProfileFormatItem
{
Id = 1,
Format = _customFormatTwo,
Score = 100
}