diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-10 22:21:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-10 22:21:28 -0400 |
| commit | 3aa349fd1f7813128936c4fc83bca38c3f05e296 (patch) | |
| tree | e33cf5b53881452d532665275a925f78ac02e3b1 /MediaBrowser.Controller | |
| parent | 022c242f3aa407b3829a16235ef721541ce9e9a5 (diff) | |
update queries
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Playlists/Playlist.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Playlists/Playlist.cs b/MediaBrowser.Controller/Playlists/Playlist.cs index 003cbcfcd..67b1d479b 100644 --- a/MediaBrowser.Controller/Playlists/Playlist.cs +++ b/MediaBrowser.Controller/Playlists/Playlist.cs @@ -142,7 +142,8 @@ namespace MediaBrowser.Controller.Playlists Recursive = true, IsFolder = false, SortBy = new[] { ItemSortBy.SortName }, - MediaTypes = new[] { mediaType } + MediaTypes = new[] { mediaType }, + EnableTotalRecordCount = false }; var itemsResult = await folder.GetItems(query).ConfigureAwait(false); |
