add code suggestions

Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
pull/2478/head
dkanada 5 years ago committed by GitHub
parent a9f3b5dacb
commit 7270997e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2925,6 +2925,7 @@ namespace Emby.Server.Implementations.Data
prepend.Add(("SearchScore", SortOrder.Descending));
prepend.Add((ItemSortBy.SortName, SortOrder.Ascending));
}
if (hasSimilar)
{
prepend.Add(("SimilarityScore", SortOrder.Descending));

Loading…
Cancel
Save