mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
fixes #689 - Support grouping latest items
This commit is contained in:
@@ -460,7 +460,6 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
return 10;
|
||||
})
|
||||
.ThenBy(i => i.Name)
|
||||
.ToList();
|
||||
|
||||
// Attach People by transforming them into BaseItemPerson (DTO)
|
||||
|
||||
Reference in New Issue
Block a user