Sort Custom Formats by name

(cherry picked from commit e9bb1d52a72b20a58d1a672ecfa3797eda6f081a)
pull/3023/head
Bogdan 8 months ago committed by servarr
parent bd25c9e3e0
commit ecac18b8ea

@ -142,7 +142,7 @@ namespace NzbDrone.Core.CustomFormats
}
}
return matches;
return matches.OrderBy(x => x.Name).ToList();
}
private static List<CustomFormat> ParseCustomFormat(BookFile bookFile, Author author, List<CustomFormat> allCustomFormats)

Loading…
Cancel
Save