aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-08-01 12:46:37 -0400
committerGitHub <noreply@github.com>2017-08-01 12:46:37 -0400
commitcd8642a4bcba48b035e34ab46fd51eacb43b4d3b (patch)
tree107db4f9281aedf50fa9e8abf2fcc0e4f2dea9f8 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parentff42e5987f48fcfd29914c7666e65f4976b32927 (diff)
parent30e673a4679a3c1f0e6a5f4027cccb266b6c2561 (diff)
Merge pull request #2790 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 4f21aaa56..d9c8223c1 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -161,6 +161,7 @@ namespace MediaBrowser.Controller.Entities
public string SeriesPresentationUniqueKey { get; set; }
public bool GroupByPresentationUniqueKey { get; set; }
+ public bool GroupBySeriesPresentationUniqueKey { get; set; }
public bool EnableTotalRecordCount { get; set; }
public bool ForceDirect { get; set; }
public Dictionary<string, string> ExcludeProviderIds { get; set; }