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