mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Cleanup/simplification
* Removed useless copies/allocations * Reduced unneeded complexity
This commit is contained in:
@@ -43,7 +43,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public Folder()
|
||||
{
|
||||
LinkedChildren = EmptyLinkedChildArray;
|
||||
LinkedChildren = Array.Empty<LinkedChild>();
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
|
||||
Reference in New Issue
Block a user