mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00: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 @@ public void should_return_false_if_quality_profile_does_not_allow_upgrades_but_f
|
|||
UpgradeAllowed = false
|
||||
});
|
||||
|
||||
_parseResultSingle.Series.QualityProfile.Value.FormatItems = new List<ProfileFormatItem>
|
||||
_parseResultSingle.Movie.QualityProfile.FormatItems = new List<ProfileFormatItem>
|
||||
{
|
||||
new ProfileFormatItem
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue