mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update series sorting
This commit is contained in:
parent
5e994eabd5
commit
bc865ce698
@ -2854,7 +2854,7 @@ namespace Emby.Server.Implementations.Data
|
|||||||
}
|
}
|
||||||
if (string.Equals(name, ItemSortBy.SeriesSortName, StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(name, ItemSortBy.SeriesSortName, StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return new Tuple<string, bool>("(Select SortName from TypedBaseItems where B.Guid=A.SeriesId)", false);
|
return new Tuple<string, bool>("SeriesName", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Tuple<string, bool>(name, false);
|
return new Tuple<string, bool>(name, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user