diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-30 11:36:49 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-30 11:36:49 -0500 |
| commit | 048b6a7fbd34b9629ea9d0a2d7eadb9dc478654b (patch) | |
| tree | cafb7b7a7e3a7e39b46790811798c4285cede10b /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 8a9f16ff6ae94fe1e86d93495b4908e253f7dba2 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 37d00b937..5e1619672 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -467,7 +467,7 @@ namespace MediaBrowser.Api.Library var auth = _authContext.GetAuthorizationInfo(Request); var user = _userManager.GetUserById(auth.UserId); - if (item is Playlist) + if (item is Playlist || item is BoxSet) { // For now this is allowed if user can see the playlist } |
