mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
pass current server version into installation manager to get update list
This commit is contained in:
@@ -1004,7 +1004,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
throw new ArgumentNullException();
|
||||
}
|
||||
|
||||
var list = new List<BaseItem>(10000);
|
||||
var list = new List<BaseItem>(_children.Count);
|
||||
|
||||
AddRecursiveChildrenInternal(user, includeLinkedChildren, list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user