diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-08-28 12:39:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 12:39:48 -0600 |
| commit | 8c3f3c503b4b0606e2987ed58e5228d72669afeb (patch) | |
| tree | f139dd171ac4fcc5328061aa455644586c428b7a /MediaBrowser.Controller/Entities/UserRootFolder.cs | |
| parent | 639d75bd8300ee9538c5a8142cb86b7e89305d9a (diff) | |
| parent | e221c1d25d640eaac01220b3f5b1422f4c11ed46 (diff) | |
Merge pull request #11665 from Bond-009/getuserbyid
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserRootFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/UserRootFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/UserRootFolder.cs b/MediaBrowser.Controller/Entities/UserRootFolder.cs index fc8a29763..a687adedd 100644 --- a/MediaBrowser.Controller/Entities/UserRootFolder.cs +++ b/MediaBrowser.Controller/Entities/UserRootFolder.cs @@ -76,7 +76,7 @@ namespace MediaBrowser.Controller.Entities var result = UserViewManager.GetUserViews(new UserViewQuery { - UserId = query.User.Id, + User = query.User, PresetViews = query.PresetViews }); |
