mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03: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