Update MediaBrowser.Controller/Entities/AggregateFolder.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Rich Lander
2021-07-23 14:19:44 -07:00
committed by GitHub
parent a7cc77e7fa
commit 32616d15f2

View File

@@ -26,7 +26,6 @@ namespace MediaBrowser.Controller.Entities
private Guid[] _childrenIds = null;
private readonly object _childIdsLock = new object();
public AggregateFolder()
{
PhysicalLocationsList = Array.Empty<string>();