Sort Custom Formats by name

pull/6086/head
Bogdan 8 months ago committed by Mark McDowall
parent b183743d9f
commit e9bb1d52a7

@ -150,7 +150,7 @@ namespace NzbDrone.Core.CustomFormats
}
}
return matches;
return matches.OrderBy(x => x.Name).ToList();
}
private static List<CustomFormat> ParseCustomFormat(EpisodeFile episodeFile, Series series, List<CustomFormat> allCustomFormats)

Loading…
Cancel
Save