mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update file responses
This commit is contained in:
parent
364c8206bf
commit
3a8b567f14
22 changed files with 63 additions and 89 deletions
|
|
@ -22,7 +22,7 @@ namespace Emby.Server.Implementations.Sorting
|
|||
{
|
||||
var hasSeries = item as IHasSeries;
|
||||
|
||||
return hasSeries != null ? hasSeries.SeriesSortName : null;
|
||||
return hasSeries != null ? hasSeries.FindSeriesSortName() : null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue