mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
New: User defined scores for each Custom Format
Brings it more into line with Sonarr preferred words
This commit is contained in:
@@ -34,11 +34,6 @@ namespace Radarr.Api.V3.CustomFormats
|
||||
|
||||
public static CustomFormat ToModel(this CustomFormatResource resource, List<ICustomFormatSpecification> specifications)
|
||||
{
|
||||
if (resource.Id == 0 && resource.Name == "None")
|
||||
{
|
||||
return CustomFormat.None;
|
||||
}
|
||||
|
||||
return new CustomFormat
|
||||
{
|
||||
Id = resource.Id,
|
||||
|
||||
Reference in New Issue
Block a user