mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fix cutoff fixture
This commit is contained in:
parent
2607c67912
commit
71ccebd0f5
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||
UpgradeAllowed = false
|
||||
});
|
||||
|
||||
_parseResultSingle.Series.QualityProfile.Value.FormatItems = new List<ProfileFormatItem>
|
||||
_parseResultSingle.Movie.QualityProfile.FormatItems = new List<ProfileFormatItem>
|
||||
{
|
||||
new ProfileFormatItem
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue