Cleanup/simplification

* Removed useless copies/allocations
* Reduced unneeded complexity
This commit is contained in:
Bond-009
2019-03-07 15:54:30 +01:00
parent 10a0d6bdba
commit c5fce647de
19 changed files with 127 additions and 157 deletions

View File

@@ -43,7 +43,7 @@ namespace MediaBrowser.Controller.Entities
public Folder()
{
LinkedChildren = EmptyLinkedChildArray;
LinkedChildren = Array.Empty<LinkedChild>();
}
[IgnoreDataMember]