aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-08 23:13:38 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-05-08 23:13:38 -0400
commit99084edabeb1787f28496dffa55fbb260e34ae81 (patch)
tree890304797a91f245f9a89a7e8e0fd51f850791c4 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parentfb25ac7c087be0808677f431023f0769a69c76d2 (diff)
update windows ffmpeg
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 385ee81e9..5236b0a27 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -137,10 +137,12 @@ namespace MediaBrowser.Controller.Entities
public string AncestorWithPresentationUniqueKey { get; set; }
public bool GroupByPresentationUniqueKey { get; set; }
+ public bool EnableTotalRecordCount { get; set; }
public InternalItemsQuery()
{
GroupByPresentationUniqueKey = true;
+ EnableTotalRecordCount = true;
AlbumNames = new string[] { };
ArtistNames = new string[] { };