mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Remove custom ToArray extension
This commit is contained in:
@@ -219,7 +219,7 @@ namespace Emby.Server.Implementations.Collections
|
||||
{
|
||||
var newList = collection.LinkedChildren.ToList();
|
||||
newList.AddRange(list);
|
||||
collection.LinkedChildren = newList.ToArray(newList.Count);
|
||||
collection.LinkedChildren = newList.ToArray();
|
||||
|
||||
collection.UpdateRatingToItems(linkedChildrenList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user