diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-05-08 23:22:30 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-05-08 23:22:30 -0400 |
| commit | b16dc186935b3fb5505c61fa35f4fda83ad770b1 (patch) | |
| tree | 7410c9a8c59eb491494acaabbc358bf1dfffaa10 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | 13f3a491c71eda5321ba52a62f82136966de1ae6 (diff) | |
| parent | 99084edabeb1787f28496dffa55fbb260e34ae81 (diff) | |
Merge pull request #1718 from MediaBrowser/dev
update windows ffmpeg
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 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[] { }; |
