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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>();