diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-01 13:42:39 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-01 13:42:39 -0500 |
| commit | 177cc41e3dfd7b2fc5045a183634059260585f20 (patch) | |
| tree | c3105775f2c8fba88ae5792ab844f776a59e7be2 /MediaBrowser.Controller/Entities/UserRootFolder.cs | |
| parent | 8454aaf053ac49bf889f9a13f5b09a9906ae066a (diff) | |
dlna fix
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserRootFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/UserRootFolder.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/UserRootFolder.cs b/MediaBrowser.Controller/Entities/UserRootFolder.cs index b7946cb92..daf590871 100644 --- a/MediaBrowser.Controller/Entities/UserRootFolder.cs +++ b/MediaBrowser.Controller/Entities/UserRootFolder.cs @@ -30,7 +30,8 @@ namespace MediaBrowser.Controller.Entities var result = await UserViewManager.GetUserViews(new UserViewQuery { - UserId = query.User.Id.ToString("N") + UserId = query.User.Id.ToString("N"), + PresetViews = query.PresetViews }, CancellationToken.None).ConfigureAwait(false); |
