aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-16 13:16:39 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-16 13:16:39 -0400
commit9ae7625d13a6bf8ea986a702f0ec46c48472aff1 (patch)
treef39532f3d864829a5551b0640b068b1d72cd909d /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parenta2c371ec60f8da649887f72d9ee38a8f3a85365a (diff)
update item list page
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 0af4972f7..bde4d0f45 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -98,7 +98,9 @@ namespace MediaBrowser.Controller.Entities
public bool? IsCurrentSchema { get; set; }
public bool? HasDeadParentId { get; set; }
-
+ public bool? IsOffline { get; set; }
+ public LocationType? LocationType { get; set; }
+
public InternalItemsQuery()
{
Tags = new string[] { };