mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Get Custom Formats Working in Aphrodite
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Api.Profiles
|
||||
var profile = new Profile();
|
||||
profile.Cutoff = Quality.Unknown.Id;
|
||||
profile.Items = items;
|
||||
profile.FormatCutoff = CustomFormat.None;
|
||||
profile.FormatCutoff = CustomFormat.None.Id;
|
||||
profile.FormatItems = formatItems;
|
||||
profile.Language = Language.English;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user