Sort Custom Formats by name

(cherry picked from commit e9bb1d52a72b20a58d1a672ecfa3797eda6f081a)
pull/9350/head
Bogdan 11 months ago
parent 80db9a7dd4
commit 233b85aaf3

@ -162,7 +162,7 @@ namespace NzbDrone.Core.CustomFormats
} }
} }
return matches; return matches.OrderBy(x => x.Name).ToList();
} }
private static List<CustomFormat> ParseCustomFormat(MovieFile movieFile, Movie movie, List<CustomFormat> allCustomFormats) private static List<CustomFormat> ParseCustomFormat(MovieFile movieFile, Movie movie, List<CustomFormat> allCustomFormats)

Loading…
Cancel
Save