mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Remove custom ToArray extension
This commit is contained in:
@@ -206,7 +206,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
return new QueryResult<BaseItemDto>
|
||||
{
|
||||
Items = dtos.ToArray(result.Items.Length),
|
||||
Items = dtos.ToArray(),
|
||||
TotalRecordCount = result.TotalRecordCount
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user