mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add code suggestions
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
parent
a9f3b5dacb
commit
7270997e76
@ -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…
x
Reference in New Issue
Block a user