mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
add code suggestions
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user