Sort Custom Formats by name
This commit is contained in:
parent
a131c88d5f
commit
531a9d74a0
|
@ -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…
Reference in New Issue