Update MediaBrowser.Controller/Entities/AggregateFolder.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
a7cc77e7fa
commit
32616d15f2
|
@ -26,7 +26,6 @@ namespace MediaBrowser.Controller.Entities
|
|||
private Guid[] _childrenIds = null;
|
||||
private readonly object _childIdsLock = new object();
|
||||
|
||||
|
||||
public AggregateFolder()
|
||||
{
|
||||
PhysicalLocationsList = Array.Empty<string>();
|
||||
|
|
Loading…
Reference in New Issue
Block a user