aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-01 13:42:39 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-01 13:42:39 -0500
commit177cc41e3dfd7b2fc5045a183634059260585f20 (patch)
treec3105775f2c8fba88ae5792ab844f776a59e7be2 /MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
parent8454aaf053ac49bf889f9a13f5b09a9906ae066a (diff)
dlna fix
Diffstat (limited to 'MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
index 80b071d114..d1a415f734 100644
--- a/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
+++ b/MediaBrowser.Dlna/ContentDirectory/ControlHandler.cs
@@ -460,7 +460,8 @@ namespace MediaBrowser.Dlna.ContentDirectory
SortBy = sortOrders.ToArray(),
SortOrder = sort.SortOrder,
User = user,
- Filter = FilterUnsupportedContent
+ Filter = FilterUnsupportedContent,
+ PresetViews = new[] { CollectionType.Movies, CollectionType.TvShows, CollectionType.Music }
}).ConfigureAwait(false);