diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-23 22:31:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-23 22:31:40 -0400 |
| commit | 4e90d732039c578a0994706938a2e34a7cb2d4c5 (patch) | |
| tree | ff2c3eb3ce9d66a17a260db74deb7bd35df536e1 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | e429b421461ca9abcb7acb839edb8ea7ede00f91 (diff) | |
update search
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalItemsQuery.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs index bde4d0f45..e2d9d9a58 100644 --- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs +++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs @@ -101,6 +101,8 @@ namespace MediaBrowser.Controller.Entities public bool? IsOffline { get; set; } public LocationType? LocationType { get; set; } + public Guid? ParentId { get; set; } + public InternalItemsQuery() { Tags = new string[] { }; |
