diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/AggregateFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/AggregateFolder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/AggregateFolder.cs b/MediaBrowser.Controller/Entities/AggregateFolder.cs index bb770fc6f3..ef24f632ed 100644 --- a/MediaBrowser.Controller/Entities/AggregateFolder.cs +++ b/MediaBrowser.Controller/Entities/AggregateFolder.cs @@ -57,6 +57,7 @@ namespace MediaBrowser.Controller.Entities // Children caches the resolved items, _childrenIds the ids they were loaded from. Clearing // only the former sends the next read back through LoadChildren, which replays the stale // id list, so a caller invalidating this folder has to drop both. + [JsonIgnore] public override IEnumerable<BaseItem> Children { get => base.Children; |
