Update AggregateFolder.cs

pull/6339/head
Rich Lander 3 years ago committed by GitHub
parent 3e0aab390a
commit e72868f72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ namespace MediaBrowser.Controller.Entities
{ {
/// <summary> /// <summary>
/// Specialized folder that can have items added to it's children by external entities. /// Specialized folder that can have items added to it's children by external entities.
/// Used for our RootFolder so plug-ins can add items. /// Used for our RootFolder so plugins can add items.
/// </summary> /// </summary>
public class AggregateFolder : Folder public class AggregateFolder : Folder
{ {

Loading…
Cancel
Save